tryUriForAsset abstract method

Uri? tryUriForAsset(
  1. String id
)

Tries to get the URI for an asset by its ID.

This attempts to convert an asset ID to its corresponding URI, returning null if the asset cannot be found. @param id The asset ID to get the URI for @return The URI for the asset, or null if not found

Implementation

Uri? tryUriForAsset(String id);