clear method

dynamic clear()

Clear the box irrespective whether is expired or not.

Avoid using it if not required

Implementation

clear() async {
  await _box.clear();
}