isCameraExposurePositionSupported method
Checks whether the camera exposure function is supported.
Implementation
@override
Future<bool?> isCameraExposurePositionSupported() {
return _invokeMethod('isCameraExposurePositionSupported');
}
Checks whether the camera exposure function is supported.
@override
Future<bool?> isCameraExposurePositionSupported() {
return _invokeMethod('isCameraExposurePositionSupported');
}