load method
Loads configuration values from the source represented by this ConfigurationProvider.
Implementation
@override
void load() {
final parsed = IniConfigurationParser.parse(input);
data.addAll(parsed);
}
Loads configuration values from the source represented by this ConfigurationProvider.
@override
void load() {
final parsed = IniConfigurationParser.parse(input);
data.addAll(parsed);
}