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