@override FutureOr<Map<String, dynamic>?> getConfigs() async { if (_configs != null) { return _configs; } await _doLoadConfigs(); return _configs; }