notify method

void notify()

Implementation

void notify() {
  emit('update');
  _updateController.add(true);
}