clear method

Future<int> clear()

Implementation

Future<int> clear() async {
  return await _hiveBox?.clear() ?? 0;
}