clearSemanticsEnabledTestValue method
Deletes any existing test semantics enabled and returns to using the real semantics enabled.
Implementation
void clearSemanticsEnabledTestValue() {
_semanticsEnabledTestValue = null;
onSemanticsEnabledChanged?.call();
}