closeReplayKit method

void closeReplayKit()

Implementation

void closeReplayKit() {
  if (!WebRTC.platformIsIOS) return;

  rkChannel.invokeMethod("closeReplayKitFromFlutter");
}