Retrieve a new session
- This method will refresh and return a new session whether the current one is expired or not.
final AuthResponse res = await supabase.auth.refreshSession();
final session = res.session;
final AuthResponse res = await supabase.auth.refreshSession();
final session = res.session;