isOn property

Future<bool> isOn

Checks if Bluetooth functionality is turned on

Implementation

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