getURL method

String? getURL(
  1. String id
)

Returns the ObjectURL of id.

Implementation

String? getURL(String id) => _assets[id]?.objectURL;