BaseStateNotifierProvider<Notifier extends StateNotifier<BaseState<T>>, T> typedef

BaseStateNotifierProvider<Notifier extends StateNotifier<BaseState<T>>, T> = StateNotifierProvider<Notifier, BaseState<T>>

Implementation

typedef BaseStateNotifierProvider<Notifier extends StateNotifier<BaseState<T>>,
        T>
    = StateNotifierProvider<Notifier, BaseState<T>>;