clear abstract method

Future<int> clear({
  1. bool notify = true,
})

Removes all entries from the box.

Implementation

Future<int> clear({bool notify = true});