load method

dynamic load(
  1. String path
)

Implementation

load(String path) async {
  data = loadYaml(await new File(path).readAsString());
}