idTokenChanges method

Stream<UserPlatform?> idTokenChanges()

Notifies about changes to the user's sign-in state (such as sign-in or sign-out) and also token refresh events.

Implementation

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