unlockCaptureOrientation method

  1. @override
Future<void> unlockCaptureOrientation(
  1. int cameraId
)

Unlocks the capture orientation.

Implementation

@override
Future<void> unlockCaptureOrientation(int cameraId) async {
  // TODO(jokerttu): Implement unlock capture orientation feature, https://github.com/flutter/flutter/issues/97540.
  throw UnimplementedError('unlockCaptureOrientation() is not implemented.');
}