send method

Future<void> send(
  1. Uint8List bytes
)

Send raw bytes over the connected socket.

Implementation

Future<void> send(Uint8List bytes) {
  throw UnimplementedError('send() has not been implemented.');
}