checkBluetooth method

Future<void> checkBluetooth()

Checks if Bluetooth is enabled on the device.

Implementation

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