generateListeners abstract method

List<BlocEventListener> generateListeners(
  1. BlocEventChannel channel
)
inherited

Generates the listener map that this Repository will remove from the channel when this repository is disposed.

This method is assumed to have added the listeners to the channel itself.

Implementation

List<BlocEventListener<dynamic>> generateListeners(BlocEventChannel channel);