migrate method
It will be called automatically once, during the initAsync call. Updates data structures between versions
Implementation
@mustCallSuper
@protected
Future<void> migrate(int oldVersion, int currentVersion) async {}
It will be called automatically once, during the initAsync call. Updates data structures between versions
@mustCallSuper
@protected
Future<void> migrate(int oldVersion, int currentVersion) async {}