send method

void send(
  1. List<int> data
)

Implementation

void send(List<int> data) {
  return add(data);
}