getInstance static method

CfClient getInstance()

Implementation

static CfClient getInstance() {
  if (_instance == null) {
    _instance = CfClient();
  }
  return _instance!;
}