authStateChanged method

  1. @override
void authStateChanged(
  1. AuthState authState
)
override

Calling authStateChanged notifies the Satellite process that the user's authentication credentials have changed.

Implementation

@override
void authStateChanged(AuthState authState) {
  _emitAuthStateChange(authState);
}