pause method

  1. @override
dynamic pause()
override

app切换到后台等情况,暂停拉流

Implementation

@override
pause() {
  _impl.pause();
}