notify method

void notify()

Implementation

void notify(){
  notifyListeners();
}