isAuthenticated property

bool isAuthenticated

Implementation

bool get isAuthenticated =>
    _supabaseService.client.auth.currentSession != null;