system_boot_time 0.0.1
system_boot_time: ^0.0.1 copied to clipboard
A Flutter Plugin for getting 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
Next, import as you need.
import 'package:system_boot_time/system_boot_time.dart';
And then just have fun:
final second = await SystemBootTime().second();