Skip to content

Commit

Permalink
Update lib/src/supabase_auth.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
  • Loading branch information
dshukertjr and bdlukaa committed Jul 24, 2022
1 parent 38331a5 commit 52f7e24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/supabase_auth.dart
Expand Up @@ -28,8 +28,9 @@ class SupabaseAuth with WidgetsBindingObserver {
Future<String?> get accessToken => _localStorage.accessToken();

/// Returns when the initial session recovery is done.
/// Can be used to determine whether a user is signed in or not upon
/// initial app launch.
///
/// Can be used to determine whether a user is signed in upon initial
/// app launch.
Future<Session?> get initialSession => _initialSessionCompleter.future;
final Completer<Session?> _initialSessionCompleter = Completer();

Expand Down

0 comments on commit 52f7e24

Please sign in to comment.