refresh method
dynamic
refresh()
Refresh cubit ( emit )
Implementation
refresh() {
return emit(NotifRepository.copyFrom(state));
}
Refresh cubit ( emit )
refresh() {
return emit(NotifRepository.copyFrom(state));
}