clearAll method

dynamic clearAll()

Implementation

clearAll() async {
  await clearIfExpired(true);
  await _expired();
}