diff --git a/lib/src/supabase_auth.dart b/lib/src/supabase_auth.dart index 610d4c1f..eeff4b72 100644 --- a/lib/src/supabase_auth.dart +++ b/lib/src/supabase_auth.dart @@ -28,8 +28,9 @@ class SupabaseAuth with WidgetsBindingObserver { Future 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 get initialSession => _initialSessionCompleter.future; final Completer _initialSessionCompleter = Completer();