ondata method

void ondata(
  1. dynamic data
)

Called with data.

@api private

Implementation

void ondata(data) {
  decoder.add(data);
}