setExtraData method

void setExtraData(
  1. String? value
)

Set extra export data. This should be simplified in the future and be used as the main way of communicating parameters to the creator for creating override images/audio information. There should not be media source specific parameters for general functions like generating images or audio.

Implementation

void setExtraData(String? value) {
  _currentExtraData = value;
}