isBluetoothEnabled static method

Future<bool> isBluetoothEnabled()

Check if Bluetooth is enabled on the device

Implementation

static Future<bool> isBluetoothEnabled() {
  return BluetoothConnectionPluginPlatform.instance.isBluetoothEnabled();
}