startReplay method

Future<void> startReplay(
  1. String recordingId
)

Begin native session-replay capture for recordingId. No-op where the native SDK isn't present (web/desktop today).

Implementation

Future<void> startReplay(String recordingId) async {}