menu
system_status_plugin package
documentation
system_status_plugin_platform_interface.dart
SystemStatusPluginPlatform
getBatteryLevel method
getBatteryLevel method
dark_mode
light_mode
getBatteryLevel
method
Future
<
int
?
>
getBatteryLevel
(
)
Implementation
Future<int?> getBatteryLevel() { throw UnimplementedError('getBatteryLevel() not implemented.'); }
system_status_plugin package
documentation
system_status_plugin_platform_interface
SystemStatusPluginPlatform
getBatteryLevel method
SystemStatusPluginPlatform class