current property

AppConfig get current

Implementation

static AppConfig get current {
  try {
    return _config;
  } catch (e) {
    throw Exception(
        'Plumcheck SDK must be initialized. Call PlumCheckSDK.init() first.');
  }
}