setCameraOrientation method
Sets orientation
as the new current camera orientation.
Implementation
Future<void> setCameraOrientation(CameraOrientation orientation) async {
await _channel.invokeMethod("setCameraOrientation", {"orientation": orientation.name.toUpperCase()});
}