refresh method

dynamic refresh()

Refresh cubit ( emit )

Implementation

refresh() {
  return emit(NotifRepository.copyFrom(state));
}