getSupportedLocales method

Future<Map<String, String>?> getSupportedLocales()

Platform-specific method to get supported language

Implementation

Future<Map<String, String>?> getSupportedLocales() {
  throw UnimplementedError('getSupportedLocales() has not been implemented.');
}