sendRaw method

void sendRaw(
  1. List<int> data
)

Implementation

void sendRaw(List<int> data) {
  _parent.send(data);
}