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