checkBluetoothEnabled method

Future<bool> checkBluetoothEnabled()

Implementation

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