isCameraExposurePositionSupported method

  1. @override
Future<bool?> isCameraExposurePositionSupported()

Checks whether the camera exposure function is supported.

Implementation

@override
Future<bool?> isCameraExposurePositionSupported() {
  return _invokeMethod('isCameraExposurePositionSupported');
}