forWidget static method
Generates a cache key for a widget
Implementation
static String forWidget(MarkerConfig config) {
return '${config.cacheKey}_widget';
}
Generates a cache key for a widget
static String forWidget(MarkerConfig config) {
return '${config.cacheKey}_widget';
}