clearAccessibilityFeaturesTestValue method Null safety

  1. @Deprecated('Use platformDispatcher.clearAccessibilityFeaturesTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')
void clearAccessibilityFeaturesTestValue()
Deprecated('Use platformDispatcher.clearAccessibilityFeaturesTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.clearAccessibilityFeaturesTestValue() instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')

Deletes any existing test accessibility features and returns to using the real accessibility features.

Implementation

@Deprecated(
  'Use platformDispatcher.clearAccessibilityFeaturesTestValue() instead. '
  'This feature was deprecated after v2.11.0-0.0.pre.'
)
void clearAccessibilityFeaturesTestValue() {
  platformDispatcher.clearAccessibilityFeaturesTestValue();
}