pick method

  1. @JSExport()
void pick(
  1. int x,
  2. int y
)

Implementation

@JSExport()
void pick(int x, int y) => viewer.pick(x, y);