isEnabled property

Future<bool?> isEnabled

Describes is the Bluetooth interface enabled on host device.

Implementation

Future<bool?> get isEnabled async =>
    await _methodChannel.invokeMethod('isEnabled');