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