main function
Implementation
void main() {
ConfigReader.readYaml("""
- Cat
- Dog
- Goldfish
""").then((value) {
print(value);
});
}
void main() {
ConfigReader.readYaml("""
- Cat
- Dog
- Goldfish
""").then((value) {
print(value);
});
}