onStreamDispose method

void onStreamDispose(
  1. R bloc
)

Called when the internal stream of the bloc is being disposed (because it has no more listeners)

Implementation

void onStreamDispose(R bloc) {}