getPlatformLocale method

Future<String> getPlatformLocale()

Implementation

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