AuthenticationEvent constructor
const
AuthenticationEvent({
- void onError(
- Object? e
- VoidCallback? onComplete,
Implementation
const AuthenticationEvent({
this.onError,
this.onComplete,
});