printer form, bluetooth
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
part of 'printer_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class PrinterEvent with _$PrinterEvent {
|
||||
const factory PrinterEvent.indexChanged(int index) = _IndexChanged;
|
||||
}
|
||||
Reference in New Issue
Block a user