rotateUpdate method

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

Implementation

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