removeCaption method
void
removeCaption(
- Caption caption
inherited
Implementation
void removeCaption(Caption caption) {
_captions.remove(caption);
}
void removeCaption(Caption caption) {
_captions.remove(caption);
}