setLocalizationValue method

Future<void> setLocalizationValue(
  1. String locale
)

Implementation

Future<void> setLocalizationValue(String locale) {
  throw UnimplementedError('setLocalization() has not been implemented.');
}