clearAllData method

Future<void> clearAllData()

Clear all data (database and index files) and reset the engine.

This is a destructive operation!

Implementation

Future<void> clearAllData() => _engine!.clearAllData();