setRotation method

Future<void> setRotation(
  1. int angle
)

旋转

Implementation

Future<void> setRotation(int angle) async {
  await engineInstanceMethodChannel.invokeMethod('setRotation', angle);
}