localesTestValue property Null safety

void localesTestValue=(List<Locale> localesTestValue)
Deprecated('Use platformDispatcher.localesTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')">@Deprecated('Use platformDispatcher.localesTestValue instead. ' 'This feature was deprecated after v2.11.0-0.0.pre.')

Hides the real locales and reports the given localesTestValue instead.

Implementation

@Deprecated(
  'Use platformDispatcher.localesTestValue instead. '
  'This feature was deprecated after v2.11.0-0.0.pre.'
)
set localesTestValue(List<ui.Locale> localesTestValue) { // ignore: avoid_setters_without_getters
  platformDispatcher.localesTestValue = localesTestValue;
}