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