setCameraExposureCompensation static method

Future setCameraExposureCompensation(
  1. double exposureCompensation
)

Implementation

static Future setCameraExposureCompensation(double exposureCompensation) {
  return _channel.invokeMethod(
      'setCameraExposureCompensation', exposureCompensation);
}