checkBluetoothAdapterStatus method

Future<BluetoothStatus> checkBluetoothAdapterStatus()

Checks the status of the host device's Bluetooth adapter and returns a BluetoothStatus to communicate the current status of the adapter.

Implementation

Future<BluetoothStatus> checkBluetoothAdapterStatus() async {
  throw UnimplementedError(
    'checkBluetoothAdapterStatus() has not been implemented.',
  );
}