setMetadata static method

void setMetadata(
  1. Map<String, List<String>> metadata
)

Sets the metadata config.

Flutter Intl IDE plugin should automatically set metadata config. To enable this, please ensure ota_enabled is set to true within flutter_intl/localizely section of the pubspec.yaml file.

Implementation

static void setMetadata(Map<String, List<String>> metadata) {
  SdkData.metadata = metadata;
}