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