stopPreview method

Future<void> stopPreview(
  1. int? channel
)

Implementation

Future<void> stopPreview(int? channel) {
  ZegoFlutterEngine.instance.stopPreview(getPublishChannel(channel));
  return Future.value();
}