blob: 0cb7b0b9b25c7f984557d91ef6c7da89d267372f [file] [log] [blame] [view]
# connectToService method
int connectToService
(String path, [Handle](../../zircon/Handle-class.md) channel)
## Implementation
```dart
static int connectToService(String path, Handle channel) {
throw UnimplementedError(
'System.connectToService() is not implemented on this platform.');
}
```