AuthenticationEvent constructor
- {AuthProvider? provider,
- AuthType? type,
- String? username,
- String? password,
- String? token}
Implementation
AuthenticationEvent(
{this.provider, this.type, this.username, this.password, this.token});
AuthenticationEvent(
{this.provider, this.type, this.username, this.password, this.token});