onDataProgressiveRead method

void onDataProgressiveRead(
  1. Uint8List chunk
)

Implementation

void onDataProgressiveRead(Uint8List chunk) {
  _jsInternal?.callMethod('onDataProgressiveRead', [chunk]);
}