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