authStateChanged method
Calling authStateChanged
notifies the Satellite process that the
user's authentication credentials have changed.
Implementation
@override
void authStateChanged(AuthState authState) {
_emitAuthStateChange(authState);
}
Calling authStateChanged
notifies the Satellite process that the
user's authentication credentials have changed.
@override
void authStateChanged(AuthState authState) {
_emitAuthStateChange(authState);
}