sendData method

void sendData(
  1. Uint8List data
)

Implementation

void sendData(Uint8List data) {
  _sendController.add(data);
}