update method

void update()

Notify listeners

Implementation

void update() => _state != null ? notifyListeners() : null;