onStreamError method

  1. @mustCallSuper
  2. @protected
void onStreamError(
  1. K key,
  2. Object? error
)
  • this gets called when the streams returns data with `L'

Implementation

@mustCallSuper
@protected
void onStreamError(K key, Object? error) {}