dispose method

void dispose()

Cancels the StreamSubscription

Implementation

void dispose() {
  _audioStreamSubscription.cancel();
}