closeReplayKit method
void
closeReplayKit()
Implementation
void closeReplayKit() {
if (!WebRTC.platformIsIOS) return;
rkChannel.invokeMethod("closeReplayKitFromFlutter");
}
void closeReplayKit() {
if (!WebRTC.platformIsIOS) return;
rkChannel.invokeMethod("closeReplayKitFromFlutter");
}