clearAssetEntity method

void clearAssetEntity(
  1. AssetEntity asset
)

Clean individual asset entity

Implementation

void clearAssetEntity(AssetEntity asset) => _state != null ? _state!.unSelectAsset(asset) : null;