setLocale method

Future<void> setLocale(
  1. String locale
)

Implementation

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