stream
This commit is contained in:
@@ -11,7 +11,7 @@ abstract class AuthenticationEvent extends Equatable {
|
||||
class AuthenticationUserChanged extends AuthenticationEvent {
|
||||
const AuthenticationUserChanged(this.user);
|
||||
|
||||
final User? user;
|
||||
final MyUser? user;
|
||||
}
|
||||
|
||||
class AuthenticationLogoutRequested extends AuthenticationEvent {}
|
||||
|
||||
Reference in New Issue
Block a user