clearCapturedData method

void clearCapturedData()

Clears the captured data.

Implementation

void clearCapturedData() {
  data = null;
}