getInstance static method

ApiExecutor getInstance()

Implementation

static ApiExecutor getInstance() {
  return _instance ??= ApiExecutorImpl();
}