clear abstract method

void clear({
  1. bool notify = true,
})

Removes all entries from the box.

Implementation

void clear({bool notify = true});