obtainForNewProperties method

Future<AssetEntity?> obtainForNewProperties()

Refresh properties for the current asset and return a new object.

Implementation

Future<AssetEntity?> obtainForNewProperties() => _obtainAssetFromId(id);