migrateIfNeeded method

Future<LoadResult<T>> migrateIfNeeded()

Loads and persists the migrated save when needed.

Implementation

Future<LoadResult<T>> migrateIfNeeded() async {
  return _load(writeBack: true);
}