addBundle method

void addBundle(
  1. I18nBundle bundle
)

Adds or replaces one translation bundle.

Implementation

void addBundle(I18nBundle bundle) {
  _setBundle(bundle);
  notifyListeners();
}