rotate method
Add a rotation to the current transform. The argument is in radians clockwise.
Implementation
void rotate(double radians) native 'Canvas_rotate';
Add a rotation to the current transform. The argument is in radians clockwise.
void rotate(double radians) native 'Canvas_rotate';