removeAllAsync method

Future<void> removeAllAsync()

Allow to remove all values from config values in async function

Implementation

Future<void> removeAllAsync() async {
  removeAll();
}