Future sendSignInEmail(String email) async { await _supabaseService.client.auth .signInWithOtp(email: email, emailRedirectTo: LOGIN_REDIRECT_URL); }