onEach property

void Function(Notification<S> notification)? onEach
final

fires on data, close and error

Implementation

final void Function(Notification<S> notification)? onEach;