onError method
Handles the error.
Implementation
@protected
void onError(Object error, StackTrace stackTrace) =>
doError(error, stackTrace);
Handles the error.
@protected
void onError(Object error, StackTrace stackTrace) =>
doError(error, stackTrace);