currentSession property

Session? get currentSession

Gets the current Supabase Session.

Returns null if no user is signed in or the session is invalid.

Implementation

Session? get currentSession => _supabaseClient.auth.currentSession;