setParameters method
Changes the settings for this Camera service.
Throws PlatformException if any parameter is invalid or not supported.
See also: getParameters
Implementation
Future<void> setParameters(CameraParameters parameters) {
return _channel.$setParameters(this, parameters);
}