getActiveNotifiers method

  1. @override
List<BaseNotifier> getActiveNotifiers()
override

Returns all active notifiers. Remember: A provider is stateless. The notifier holds the state.

Implementation

@override
List<BaseNotifier> getActiveNotifiers() => _container.getActiveNotifiers();