checkBluetoothAdapterStatus method
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 _platform.checkBluetoothAdapterStatus();
}