doError method
Passes the error to the destination.
Implementation
@protected
@mustCallSuper
void doError(Object error, StackTrace stackTrace) {
destination.error(error, stackTrace);
dispose();
}
Passes the error to the destination.
@protected
@mustCallSuper
void doError(Object error, StackTrace stackTrace) {
destination.error(error, stackTrace);
dispose();
}