getCameraExposureCompensationRange static method

Future getCameraExposureCompensationRange()

Implementation

static Future getCameraExposureCompensationRange() {
  return _channel.invokeMethod('getCameraExposureCompensationRange');
}