return event(
name: eventName,
page: eventPage,
referrer: 'referrerPage',
props: {
'app_version': packageInfo.version,
'app_platform': Platform.operatingSystem,
'app_locale': Platform.localeName,
'app_theme': MediaQuery.of(context).platformBrightness.toString(),
},
);```
Describe the bug
Country data always says no data, did anyone manage to make it work?
Here is how I create an event