checkBluetooth method
Checks if Bluetooth is enabled on the device.
Implementation
Future<void> checkBluetooth() {
throw UnimplementedError('checkBluetooth() has not been implemented.');
}
Checks if Bluetooth is enabled on the device.
Future<void> checkBluetooth() {
throw UnimplementedError('checkBluetooth() has not been implemented.');
}