rotateStart method

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

Implementation

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