requestInstanceReload method

void requestInstanceReload(
  1. String instanceId
)

Calls to this method are extremely expensive since all the state-related data in the AffogatoEditorInstanceState is reloaded

Implementation

void requestInstanceReload(String instanceId) =>
    AffogatoEvents.editorInstanceRequestReloadEventsController
        .add(EditorInstanceRequestReloadEvent(instanceId));