unselectAssetEntity method

  1. @Deprecated('Use unSelectAsset instead. This will be removed in 10.0.0')
void unselectAssetEntity(
  1. A entity
)

Implementation

@Deprecated('Use unSelectAsset instead. This will be removed in 10.0.0')
void unselectAssetEntity(A entity) {
  unSelectAsset(entity);
}