refactoring
This commit is contained in:
@@ -50,3 +50,19 @@ class ProfileError extends ProfileState {
|
||||
class ProfileNotFound extends ProfileState {
|
||||
const ProfileNotFound();
|
||||
}
|
||||
|
||||
class PasswordChanging extends ProfileState {
|
||||
const PasswordChanging();
|
||||
}
|
||||
|
||||
class PasswordChanged extends ProfileState {
|
||||
const PasswordChanged();
|
||||
}
|
||||
|
||||
class AccountDeleting extends ProfileState {
|
||||
const AccountDeleting();
|
||||
}
|
||||
|
||||
class AccountDeleted extends ProfileState {
|
||||
const AccountDeleted();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user