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