@override Future<bool?> isBluetoothEnabled() async { return methodChannel.invokeMethod<bool>('isBluetoothEnabled'); }