clearSemanticsEnabledTestValue method Null safety
- @Deprecated('Use platformDispatcher.clearSemanticsEnabledTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
Deprecated('Use platformDispatcher.clearSemanticsEnabledTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.clearSemanticsEnabledTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
Deletes any existing test semantics enabled and returns to using the real semantics enabled.
Implementation
@Deprecated(
'Use platformDispatcher.clearSemanticsEnabledTestValue instead. '
'This feature was deprecated after v2.11.0-0.0.pre.'
)
void clearSemanticsEnabledTestValue() {
platformDispatcher.clearSemanticsEnabledTestValue();
}