dispose method

void dispose()

Dispose the VoIP service

Implementation

void dispose() {
  _tokenStreamController.close();
}