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