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