setRotation method

Future<void> setRotation(
  1. double rotation
)

Implementation

Future<void> setRotation(double rotation) async {
  return await _callJavascriptAPI<double>("setRotation", rotation);
}