rotateStart method

  1. @JSExport()
JSPromise<JSAny?> rotateStart(
  1. double x,
  2. double y
)

Implementation

@JSExport()
JSPromise rotateStart(double x, double y) => viewer.rotateStart(x, y).toJS;