reload method
void
reload()
Mark that this delegate should reload its translations. Useful if, for example, downloaded from the network.
Implementation
void reload() => _shouldReload = true;
Mark that this delegate should reload its translations. Useful if, for example, downloaded from the network.
void reload() => _shouldReload = true;