//sdk/com.adobe.express.embedsdk/ModuleWorkflowInterface/purgeWarmupSession
abstract fun purgeWarmupSession(intent: ActionIntent? = null): Boolean
Purge the background warmup session for the given intent. This closes any preload/precache WebView and ends the warmup action.
true if warmup session was successfully purged, false otherwise