connectToService method

int connectToService (String path, Handle channel)

Implementation

static int connectToService(String path, Handle channel) {
  throw UnimplementedError(
      'System.connectToService() is not implemented on this platform.');
}