forWidget static method

String forWidget(
  1. MarkerConfig config
)

Generates a cache key for a widget

Implementation

static String forWidget(MarkerConfig config) {
  return '${config.cacheKey}_widget';
}