update method

  1. @override
void update(
  1. T? value, {
  2. bool force = false,
})
inherited

Implementation

@override
void update(T value, {bool force = false}) {
  final _$actionInfo = _$SingleValueBaseActionController.startAction(
      name: 'SingleValueBase.update');
  try {
    return super.update(value, force: force);
  } finally {
    _$SingleValueBaseActionController.endAction(_$actionInfo);
  }
}