Flutter: Retrieve a session

Returns the session data, if there is an active session.

Examples

Get the session data

final Session? session = supabase.auth.currentSession;