load method

  1. @override
void load()
override

Loads configuration values from the source represented by this ConfigurationProvider.

Implementation

@override
void load() {
  final parsed = IniConfigurationParser.parse(input);
  data.addAll(parsed);
}