isBluetoothEnabled method

Future<bool> isBluetoothEnabled()

Check if Bluetooth is enabled

Implementation

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