@override Future<String?> ipAddress() async { return await methodChannel.invokeMethod<String?>('ipAddress'); }