rotateCw method

Future<void> rotateCw()

Implementation

Future<void> rotateCw() async {
  return await _croppingChannel.invokeMethod("rotateCW");
}