reset abstract method

Future<void> reset(
  1. String key
)

Resets the configuration item corresponding to the given key to its default value.

Implementation

Future<void> reset(String key);