@override Future<String> getBluetoothName() async { final String? bluetoothName = await methodChannel.invokeMethod('bluetoothName'); return bluetoothName??""; }