Files
apskel-pos-flutter-v2/lib/application/printer/bluetooth/bluetooth_loader/bluetooth_loader_event.dart
T
2025-11-04 14:58:51 +07:00

7 lines
166 B
Dart

part of 'bluetooth_loader_bloc.dart';
@freezed
class BluetoothLoaderEvent with _$BluetoothLoaderEvent {
const factory BluetoothLoaderEvent.fetched() = _Fetched;
}