deleteAll method

dynamic deleteAll()

Implementation

deleteAll() {
  if (box != null) {
    box!.clear();
  }
}