bind method

void bind({
  1. String globalPropertyName = "thermionViewer",
})

Implementation

void bind({String globalPropertyName = "thermionViewer"}) {
  var wrapper = createJSInteropWrapper<ThermionViewerJSDartBridge>(this)
      as ThermionViewerJSShim;
  globalContext.setProperty(globalPropertyName.toJS, wrapper);
}