AuthSessionChangeEvent constructor

const AuthSessionChangeEvent({
  1. String? newToken,
  2. String? newAuthSessionIdHash,
})

Implementation

const AuthSessionChangeEvent({this.newToken, this.newAuthSessionIdHash});