setLocale method

Future<bool> setLocale(
  1. String locale
)

Set the locale for the core library

Implementation

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