isBluetoothAvailable method

Future<bool> isBluetoothAvailable()

Check if Bluetooth is available on the device

Implementation

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