isBluetoothAvailable method

Future<bool> isBluetoothAvailable()

check bluetooth on/off

Implementation

Future<bool> isBluetoothAvailable() => throw UnimplementedError(
    'isBluetoothAvailable() has not been implemented.');