refreshData method
void
refreshData()
Dispatches a refresh event.
Implementation
void refreshData() {
_bloc.add(BlocxCollectionEventRefreshData<T>());
}
Dispatches a refresh event.
void refreshData() {
_bloc.add(BlocxCollectionEventRefreshData<T>());
}