isKeptScreenOn property

Future<bool> isKeptScreenOn

Implementation

Future<bool> get isKeptScreenOn async{
  throw UnimplementedError('isKeptScreenOn() has not been implemented');
}