SearchBloc constructor
- FireStoreRepository repository
Implementation
SearchBloc(this.repository) : super(SearchInitial()) {
on<FetchSearchResult>(_onFeatchSearchResult);
}
SearchBloc(this.repository) : super(SearchInitial()) {
on<FetchSearchResult>(_onFeatchSearchResult);
}