load method
Loads the current save without writing it back.
Implementation
Future<LoadResult<T>> load() async {
return _load(writeBack: false);
}
Loads the current save without writing it back.
Future<LoadResult<T>> load() async {
return _load(writeBack: false);
}