# 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.'); | |
} | |
``` | |