startVncClient method

void startVncClient(
  1. int clientId
)

Implementation

void startVncClient(int clientId) {
  throw UnimplementedError('startVncClient() has not been implemented.');
}