AuthenticationEvent constructor

const AuthenticationEvent({
  1. void onError(
    1. Object? e
    )?,
  2. VoidCallback? onComplete,
})

Implementation

const AuthenticationEvent({
  this.onError,
  this.onComplete,
});