isDownloading static method

bool isDownloading(
  1. String cacheKey
)

Implementation

static bool isDownloading(String cacheKey) => _operations.containsKey(cacheKey);