clearExtraData method

void clearExtraData()

Clear extra export data.

Implementation

void clearExtraData() {
  _currentExtraData = null;
}