clearAll method

Future<void> clearAll()

Clear All Config Data

Implementation

Future<void> clearAll() async {
  _data.clear();

  _save();
}