reload method

Future<void> reload()

Implementation

Future<void> reload() async {
  shouldReload = true;
  await localizations?.load();
}