isOn property

Future<bool> isOn

Implementation

Future<bool> get isOn async =>
    await _channel.invokeMethod('isOn').then<bool>((d) => d);