downgrade abstract method Null safety
Method invoked to downgrade a database from this migration version.
Subclasses will override this method and invoke methods on database to downgrade the database represented by store.
Implementation
Future downgrade();