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