setStoredSchemaVersion abstract method

Future<void> setStoredSchemaVersion(
  1. int version
)

Persist the new schema version to the database.

Implementation

Future<void> setStoredSchemaVersion(int version);