removeSound method

void removeSound(
  1. String name
)

Implementation

void removeSound(String name) {
  _removeResource('Sound', name);
}