7 lines
166 B
Dart
Raw Normal View History

2025-11-04 14:58:51 +07:00
part of 'bluetooth_loader_bloc.dart';
@freezed
class BluetoothLoaderEvent with _$BluetoothLoaderEvent {
const factory BluetoothLoaderEvent.fetched() = _Fetched;
}