isScreenOn method

  1. @deprecated
Future<bool> isScreenOn()

Implementation

@deprecated
Future<bool> isScreenOn() async {
  return await channel.invokeMethod(_IS_INTERACTIVE) as bool;
}