load static method

Future<void> load()

Implementation

static Future<void> load() async {
  await Config.init(await loadAsset(configJson));
}