removeVideo method

void removeVideo(
  1. String name
)

Implementation

void removeVideo(String name) {
  _removeResource('Video', name);
}