setProcessPictureExternally method

FeaturesConfigBuilder setProcessPictureExternally(
  1. dynamic processPictureExternally
)

Implementation

FeaturesConfigBuilder setProcessPictureExternally(processPictureExternally) {
  _processPictureExternally = processPictureExternally;
  return this;
}