Added qr bloc
This commit is contained in:
parent
bb4cbcabe7
commit
89fdcce613
6 changed files with 56 additions and 0 deletions
8
lib/blocs/qr/qr_event.dart
Normal file
8
lib/blocs/qr/qr_event.dart
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
abstract class QrEvent {}
|
||||
|
||||
class QrSetValue extends QrEvent {
|
||||
final String value;
|
||||
QrSetValue(this.value);
|
||||
}
|
||||
|
||||
class QrGetValue extends QrEvent {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue