authStateChanges method

Stream<UserPlatform?> authStateChanges()

Notifies about changes to the user's sign-in state (such as sign-in or sign-out).

Implementation

Stream<UserPlatform?> authStateChanges() {
  throw UnimplementedError('authStateChanges() is not implemented');
}