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