Check if Bluetooth is enabled on the device
static Future<bool> isBluetoothEnabled() { return BluetoothConnectionPluginPlatform.instance.isBluetoothEnabled(); }