send abstract method

Uint8List send(
  1. List<int> data
)

Send the specified bytes to the device and return an identical number of bytes sent from the device.

Implementation

Uint8List send(List<int> data);