AuthState constructor

AuthState(
  1. AuthChangeEvent event,
  2. Session? session
)

Implementation

AuthState(this.event, this.session);