onEach property
void Function(Notification<S> notification)?
onEach
final
fires on data, close and error
Implementation
final void Function(Notification<S> notification)? onEach;
fires on data, close and error
final void Function(Notification<S> notification)? onEach;