end method

void end()

Implementation

void end() {
  if (_voiceState == VoiceState.playing) {
    _voiceState = VoiceState.releaseRequested;
  }
}