getConfig method

Config getConfig()

Implementation

Config getConfig() {
  _config ??= Config(getClient());
  return _config!;
}