Future<void> requestPhoneUpdate(String phone) async { await methodChannel .invokeMethod('Client/requestPhoneUpdate', {"phone": phone}); }