onChange method
Called whenever a Change
occurs in any bloc
A change
occurs when a new state is emitted.
onChange
is called before a bloc's state has been updated.
Implementation
@protected
@mustCallSuper
void onChange(BlocBase bloc, Change change) {}