getInstance static method

PpmServiceInterface? getInstance(
  1. String appName
)

Implementation

static PpmServiceInterface? getInstance(String appName) {
  return _instances[appName];
}