authStateChanges property

BehaviorSubject<AuthUser?> authStateChanges
final

Implementation

final authStateChanges = BehaviorSubject<AuthUser?>();