getInteractionEvents abstract method

Future<List<InteractionEvent>> getInteractionEvents(
  1. String widgetId
)

Get all interaction events for a widget

Implementation

Future<List<InteractionEvent>> getInteractionEvents(String widgetId);