stopRealPlay method

Future<bool> stopRealPlay()

结束直播

Implementation

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