setDefaults abstract method

Future<void> setDefaults(
  1. Map<String, Object> defaults
)

Sets the default values for the configuration.

The defaults parameter is a map containing the default key-value pairs. These values are used when no other values are specified for the corresponding keys.

Implementation

Future<void> setDefaults(Map<String, Object> defaults);