publishContext static method

void publishContext(
  1. AppDimensContextLike context
)

Publishes the window context used by facilitators and the full engine.

Implementation

static void publishContext(AppDimensContextLike context) =>
    _contextSlot = context;