onDone method

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

Called whenever a AsyncNotifier is done with its async operation.

Implementation

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