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