stopMedia method

Future<void> stopMedia()

Stop playing.

Implementation

Future<void> stopMedia() async {
  return ZegoUIKitCore.shared.stopMedia();
}