blob: d1a0e4087e1a8ac79f3770513f2324b9ea9b2df4 [file] [log] [blame] [view]
# channelFromFile method
[HandleResult](../../zircon/HandleResult-class.md) channelFromFile
(String path)
## Implementation
```dart
static HandleResult channelFromFile(String path) {
throw UnimplementedError(
'System.channelFromFile() is not implemented on this platform.');
}
```