reload static method

Future<void> reload()

Implementation

static Future<void> reload() async {
  try {
    await Future.wait(i._paths.map((e) => i._load(e, reload: true)));
  } catch (msg) {
    i._log(msg);
  }
}