clearTextScaleFactorTestValue method Null safety

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

Deletes any existing test text scale factor and returns to using the real text scale factor.

Implementation

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