update
This commit is contained in:
parent
a76d3a0f35
commit
e3dc94a768
33 changed files with 368 additions and 184 deletions
8
lib/blocs/user/user_event.dart
Normal file
8
lib/blocs/user/user_event.dart
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
abstract class UserEvent {}
|
||||
|
||||
class UserSetValue extends UserEvent {
|
||||
final String value;
|
||||
UserSetValue(this.value);
|
||||
}
|
||||
|
||||
class UserGetValue extends UserEvent {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue