addBundle method
Adds or replaces one translation bundle.
Implementation
void addBundle(I18nBundle bundle) {
_setBundle(bundle);
notifyListeners();
}
Adds or replaces one translation bundle.
void addBundle(I18nBundle bundle) {
_setBundle(bundle);
notifyListeners();
}