isKeptOn property

Future<bool?> get isKeptOn

Implementation

static Future<bool?> get isKeptOn async => (await _channel.invokeMethod('isKeptOn')) as bool?;