pause method

void pause()

Implementation

void pause() {
  _context.read<RoomClientRepository>().pauseConsumer(this.track);
}