stop method

Future<void> stop()

离开房间时调用,清理音频状态

Implementation

Future<void> stop() {
  return _platform.stop();
}