resetMany abstract method

Future<void> resetMany(
  1. List<String> keys
)

Resets the configuration items corresponding to the given list of keys to their default values.

Implementation

Future<void> resetMany(List<String> keys);