injectInt method

void injectInt (int integer)

Implementation

void injectInt(int integer) {
  notifyListeners();
}