authState property

Stream<User?> get authState

Implementation

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