clearAllData method
Clear all data (database and index files) and reset the engine.
This is a destructive operation!
Implementation
Future<void> clearAllData() => _engine!.clearAllData();
Clear all data (database and index files) and reset the engine.
This is a destructive operation!
Future<void> clearAllData() => _engine!.clearAllData();