onError abstract method
- Object error, [
- StackTrace? stackTrace
A method that handles error events that are passed to the sink.
Implementation
@visibleForOverriding
void onError(Object error, [StackTrace? stackTrace]);
A method that handles error events that are passed to the sink.
@visibleForOverriding
void onError(Object error, [StackTrace? stackTrace]);