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