blob: 9ae1b3bf2328cb14ce8c0ab924ad695f3526dcc4 [file] [log] [blame] [view]
# channelCreate method
[HandlePairResult](../../zircon/HandlePairResult-class.md) channelCreate
([int options = 0])
## Implementation
```dart
static HandlePairResult channelCreate([int options = 0]) {
throw UnimplementedError(
'System.channelCreate() is not implemented on this platform.');
}
```