menu
android_native package
documentation
os/PowerManager.dart
PowerManager
isInteractive method
isInteractive method
dark_mode
light_mode
isInteractive
method
Future
<
bool
>
isInteractive
(
)
Implementation
Future<bool> isInteractive() async { return await channel.invokeMethod(_IS_INTERACTIVE) as bool; }
android_native package
documentation
os/PowerManager
PowerManager
isInteractive method
PowerManager class