0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.