resume method

Future<void> resume()

暂停之后,恢复播放

Implementation

Future<void> resume() async {
  await _state?.flutterRtmpPlugin?.resume();
}