clearLocaleTestValue method Null safety

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

Deletes any existing test locale and returns to using the real locale.

Implementation

@Deprecated(
  'Use platformDispatcher.clearLocaleTestValue() instead. '
  'This feature was deprecated after v2.11.0-0.0.pre.'
)
/// Deletes any existing test locale and returns to using the real locale.
void clearLocaleTestValue() {
  platformDispatcher.clearLocaleTestValue();
}