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