channelWrite method

int channelWrite (Handle channel, ByteData data, List<Handle> handles)

Implementation

static int channelWrite(
    Handle? channel, ByteData data, List<Handle>? handles) {
  throw UnimplementedError(
      'System.channelWrite() is not implemented on this platform.');
}