rotateUpdate method

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

Implementation

@JS('rotateUpdate')
external JSPromise rotateUpdate(double x, double y);