getStoredSchemaVersion abstract method

Future<int> getStoredSchemaVersion()

Retrieve the schema version stored in the database. Should return 0 if none.

Implementation

Future<int> getStoredSchemaVersion();