@override Future<bool> isBluetoothEnabled() async { final isEnabled = await methodChannel.invokeMethod<bool>('isBluetoothEnabled'); return isEnabled ?? false; }