update method

void update(
  1. T value
)

uses to update value

Implementation

void update(T value) => _setValueAndNotify(value);