feed method

  1. @JS('feed')
int feed(
  1. Uint8List? data
)

Implementation

@JS('feed')
external int feed(Uint8List? data,);