Future<void> stopPlayingStream(String streamID) { ZegoFlutterEngine.instance.stopPlayingStream(streamID); return Future.value(); }