initialize static method

dynamic initialize(
  1. ConfigurationService config
)

Implementation

static initialize(ConfigurationService config) async {
  _config = config;
  await _hasShowLogs();
  await _hasSaveLogs();
}