withPlusOneSync method

  1. @override
void withPlusOneSync(
  1. void f()
)
inherited

Implementation

@override
void withPlusOneSync(void Function() f) {
  final _$actionInfo = _$_ObservableCounterActionController.startAction(
      name: '_ObservableCounter.withPlusOneSync');
  try {
    return super.withPlusOneSync(f);
  } finally {
    _$_ObservableCounterActionController.endAction(_$actionInfo);
  }
}