onDispose method

  1. @protected
  2. @mustCallSuper
void onDispose(
  1. AsyncNotifier it
)

Called whenever a AsyncNotifier is disposed.

Implementation

@protected
@mustCallSuper
void onDispose(AsyncNotifier<dynamic> it) {}