setAll static method

void setAll(
  1. Map<String, String?> values
)

Implementation

static void setAll(Map<String, String?> values) {
  _getMutableConfigurationProvider().setAll(values);
}