isOn property

  1. @Deprecated('Use `isEnabled` instead')
Future<bool?> isOn

Checks is the Bluetooth interface enabled on host device.

Implementation

@Deprecated('Use `isEnabled` instead')
Future<bool?> get isOn async => await _methodChannel.invokeMethod('isOn');