preloadCss static method

void preloadCss()

Preloads CSS from assets in the background. Can be called early (e.g., on map initialization) to avoid any delay when the first DetailedView is shown.

Implementation

static void preloadCss() {
  _getCachedCss();
}