load static method

Future<YamlMap> load(
  1. String path
)

Load a yaml file into Yaml Map with content that are either maps or lists.

Implementation

static Future<YamlMap> load(String path) async => await loadYamlImpl(path);