unlockCaptureOrientation method

Future<void> unlockCaptureOrientation(
  1. int cameraId
)

Unlocks the capture orientation.

Implementation

Future<void> unlockCaptureOrientation(int cameraId) {
  throw UnimplementedError('unlockCaptureOrientation() is not implemented.');
}