debugOutstandingSemanticsHandles property Null safety
The number of clients registered to listen for semantics.
The number is increased whenever ensureSemantics is called and decreased when SemanticsHandle.dispose is called.
Implementation
int get debugOutstandingSemanticsHandles => _outstandingSemanticsHandles;