onCreateScope method

void onCreateScope(
  1. ScopeWidgetContext scopeWidgetContext
)

Implementation

void onCreateScope(ScopeWidgetContext scopeWidgetContext) {
  scopeContexts[scopeWidgetContext.scope.id] = scopeWidgetContext;
}