getShimmerStatus method

bool getShimmerStatus(
  1. String key
)

Implementation

bool getShimmerStatus(String key) => shimmerStatus[key] ?? false;