authState property

Stream<User?> get authState

A stream that provides updates on the current authenticated user, or null if not authenticated.

Implementation

Stream<User?> get authState => authStateChangeController.stream;