onData method

  1. @protected
  2. @mustCallSuper
void onData(
  1. AsyncNotifier it,
  2. Object? data
)

Called whenever new data is available in any AsyncNotifier.

Implementation

@protected
@mustCallSuper
void onData(AsyncNotifier<dynamic> it, Object? data) {}