reset static method

dynamic reset()

Reset in shared preferences the last migrated version and last updated app version

Implementation

static reset() async {
  await _setLastMigratedVersion(firstDefaultVersion);
  await _setLastUpdatedAppVersion(firstDefaultVersion);
}