checkBluetoothAdapterStatus method

Future<BluetoothStatus> checkBluetoothAdapterStatus()

Asks the platform to check the current status of the Bluetooth adapter.

Returns a Future containing the current BluetoothStatus.

Implementation

Future<BluetoothStatus> checkBluetoothAdapterStatus() async {
  return CentralPlatformInterface.instance.checkBluetoothAdapterStatus();
}