migrate method

  1. @mustCallSuper
  2. @protected
Future<void> migrate(
  1. int oldVersion,
  2. int currentVersion
)
inherited

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 {}