getDeviceLocale method

Future<String> getDeviceLocale()

Implementation

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