set method

void set(
  1. VoltronMap dimension
)

Implementation

void set(VoltronMap dimension) {
  context.bridgeManager.callJavaScriptModule(kModuleName, "set", dimension);
}