clearAll method

Future<void> clearAll()

Implementation

Future<void> clearAll() async {
  await _preferences!.clear();
}