init method

void init()

Implementation

void init() {
  extensions
    ..api = this
    ..init();
  window
    ..api = this
    ..init();
  editor
    ..api = this
    ..init();
  vfs
    ..api = this
    ..init();
  workspace
    ..api = this
    ..init();
}