rotateMyVideo method

Future<bool> rotateMyVideo(
  1. num rotation
)

Implementation

Future<bool> rotateMyVideo(num rotation) async {
  throw UnimplementedError('rotateMyVideo() has not been implemented.');
}