clear abstract method

Future<void> clear()

Drop all data from this bundle's stores while keeping the underlying connections (Hive boxes etc.) open. Idempotent. Intended for cheap per-test isolation.

Implementation

Future<void> clear();