error method
Receives the error.
Implementation
@override
@nonVirtual
void error(Object error, StackTrace stackTrace) {
if (isDisposed) return;
onError(error, stackTrace);
}
Receives the error.
@override
@nonVirtual
void error(Object error, StackTrace stackTrace) {
if (isDisposed) return;
onError(error, stackTrace);
}