refreshData method

void refreshData()

Implementation

void refreshData() {
  _bloc.add(BlocxCollectionEventRefreshData<T>());
}