blob: cca5877f3492a8ce58811a79b471c03f0d978ffe [file] [log] [blame] [view]
# channelQueryAndReadEtc method
[ReadEtcResult](../../zircon/ReadEtcResult-class.md) channelQueryAndReadEtc
([Handle](../../zircon/Handle-class.md) channel)
## Implementation
```dart
static ReadEtcResult channelQueryAndReadEtc(Handle channel) {
throw UnimplementedError(
'System.channelQueryAndReadEtc() is not implemented on this platform.');
}
```