resetMigration method
Delete migration flag (useful for testing).
Implementation
Future<void> resetMigration() async {
await _secureStorage.delete(key: _migrationCompleteKey);
}
Delete migration flag (useful for testing).
Future<void> resetMigration() async {
await _secureStorage.delete(key: _migrationCompleteKey);
}