system_boot_time

Creator: coderz1093

Last updated:

Add to Cart

Description:

system boot time

system_boot_time #
A Flutter Plugin for getting system boot time.
Getting Started #
Add system_boot_time as a dependency in your pubspec.yaml file. Just run:
flutter pub add system_boot_time
copied to clipboard
Next, import as you need.
import 'package:system_boot_time/system_boot_time.dart';
copied to clipboard
And then just have fun:
final second = await SystemBootTime().second();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.