dispose static method

dynamic dispose()

Implementation

static dispose() {
  _audioPlayer.dispose();
  _recorder.dispose();
}