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