menu
screen_lock_plugin package
documentation
screen_lock_plugin_platform_interface.dart
ScreenLockPluginPlatform
isScreenOn method
isScreenOn method
dark_mode
light_mode
isScreenOn
method
Future
<
bool
?
>
isScreenOn
(
)
Implementation
Future<bool?> isScreenOn() { throw UnimplementedError('isScreenOn() has not been implemented.'); }
screen_lock_plugin package
documentation
screen_lock_plugin_platform_interface
ScreenLockPluginPlatform
isScreenOn method
ScreenLockPluginPlatform class