isKeptOn property

Future<bool> isKeptOn

Implementation

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