uriForAsset abstract method
Gets the URI for an asset by its ID.
This converts an asset ID to its corresponding URI, which can be used to locate or reference the asset.
@param id The asset ID to get the URI for @return The URI for the asset
Implementation
Uri uriForAsset(String id);