We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624b71d commit c69acfbCopy full SHA for c69acfb
packages/client_insights/example/example.dart
@@ -7,8 +7,8 @@ void main() async {
7
apiKey: '6be0576ff61c053d5f9a3225e2a90f76',
8
);
9
10
- // Creating an InsightEvents object with a list of InsightEvent objects.
11
- // Each InsightEvent represents an event such as a user viewing a specific item.
+ // Creating an InsightsEvents object with a list of EventsItems objects.
+ // Each EventsItems represents an event such as a user viewing a specific item.
12
final events = InsightsEvents(
13
events: [
14
ViewedObjectIDs(
0 commit comments