setAllAsync static method

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

Implementation

static Future<void> setAllAsync(Map<String, String?> values) async {
  await _getMutableConfigurationProvider().setAllAsync(values);
}