isAvailable property

Future<bool?> isAvailable

Checks is the Bluetooth interface avaliable on host device.

Implementation

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