stopRealPlay static method

Future<bool> stopRealPlay()

停止直播

Implementation

static Future<bool> stopRealPlay() async {
  await _channel.invokeMethod("stopRealPlay");
  return true;
}