isOn method

Future<bool> isOn()

Implementation

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