innerCheckTagChangeEndOfFrame property

  1. @protected
  2. @visibleForTesting
Future<void>? innerCheckTagChangeEndOfFrame
getter/setter pairinherited

The future that completes at the end of the current frame, used in _checkTagChange. This can be assigned in tests for custom behavior.

Implementation

@protected
@visibleForTesting
Future<void>? innerCheckTagChangeEndOfFrame;