debugOutstandingSemanticsHandles property

  1. @Deprecated('Use SemanticsBinding.debugOutstandingSemanticsHandles instead. ' 'This API is broken (see ensureSemantics). ' 'This feature was deprecated after v3.22.0-23.0.pre.')
int debugOutstandingSemanticsHandles

Deprecated.

Use SemanticsBinding.debugOutstandingSemanticsHandles instead. This API is broken because an outstanding semantics handle on a given pipeline owner doesn't mean that semantics are actually produced.

Implementation

@Deprecated(
  'Use SemanticsBinding.debugOutstandingSemanticsHandles instead. '
  'This API is broken (see ensureSemantics). '
  'This feature was deprecated after v3.22.0-23.0.pre.'
)
int get debugOutstandingSemanticsHandles => _outstandingSemanticsHandles;