selectAssetEntity method

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

Implementation

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