EagerJioProvider<T extends JioNotifier> constructor

const EagerJioProvider<T extends JioNotifier>({
  1. required T notifier,
})

Implementation

const EagerJioProvider({required this.notifier});