clear method

Future<int> clear()

Implementation

Future<int> clear() async {
  await _ready;
  return await box.clear();
}