onClose method
Called whenever a Bloc
is closed.
onClose
is called just before the Bloc
is closed
and indicates that the particular instance will no longer
emit new states.
Implementation
@protected
@mustCallSuper
void onClose(BlocBase<dynamic> bloc) {}