clearLocalesTestValue method Null safety

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

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

Implementation

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