getLocale static method

Future<String?> getLocale()

Implementation

static Future<String?> getLocale() {
  return KevinFlutterCorePlatformInterface.instance.getLocale();
}