Flutter: Retrieve a new session

Examples

Refresh session using the current session

final AuthResponse res = await supabase.auth.refreshSession(); final session = res.session;