onError method
Called whenever an error is thrown in any AsyncNotifier.
The stackTrace argument may be StackTrace.empty if an error
was received without a stack trace.
Implementation
@protected
@mustCallSuper
void onError(
AsyncNotifier<dynamic> it,
Object error,
StackTrace stackTrace,
) {}