triggerReplayForCurrentScreen abstract method

Future<void> triggerReplayForCurrentScreen({
  1. required String name,
})

Triggers the SessionReplay for the current screen.

The name parameter is used for segmentation to allow filtering according to page events.

Implementation

Future<void> triggerReplayForCurrentScreen({required String name});