injectDynamic method

void injectDynamic (dynamic variable)

Implementation

void injectDynamic(dynamic variable) {
  notifyListeners();
}