isAvailable property

Future<bool> isAvailable

Checks whether the device supports Bluetooth

Implementation

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