stringToProxy method

ObjectPrx? stringToProxy(
  1. String str
)

Implementation

ObjectPrx? stringToProxy(String str) {
  return null;
}