NotifCubit constructor

NotifCubit(
  1. NotifRepository state
)

Implementation

NotifCubit(NotifRepository state) : super(state);