preloadCss static method
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();
}
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.
static void preloadCss() {
_getCachedCss();
}