onStreamData method

  1. @mustCallSuper
  2. @protected
  3. @visibleForTesting
void onStreamData(
  1. K key,
  2. Object? data
)
  • this gets called when the streams returns data with `R'

Implementation

@mustCallSuper
@protected
@visibleForTesting
void onStreamData(K key, Object? data) {}