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