onDone method
Called whenever a AsyncNotifier is done with its async operation.
Implementation
@protected
@mustCallSuper
void onDone(AsyncNotifier<dynamic> it) {}
Called whenever a AsyncNotifier is done with its async operation.
@protected
@mustCallSuper
void onDone(AsyncNotifier<dynamic> it) {}