removeAllCaptions method

void removeAllCaptions()

Implementation

void removeAllCaptions() {
  _captions.clear();
}