unselectAssetEntity method

  1. @Deprecated('Use unSelectAsset instead')
void unselectAssetEntity(
  1. A entity
)

Implementation

@Deprecated('Use unSelectAsset instead')
void unselectAssetEntity(A entity) => unSelectAsset(entity);