get static method

String? get(
  1. String mediaId
)

Implementation

static String? get(String mediaId) => _cache[mediaId];