onData method

void onData(
  1. dynamic data
)

Implementation

void onData(dynamic data) {
  onDataReceived!(data as Uint8List);
}