agreeToAnalytics method
- bool agree = true,
Agrees to the collection of analytics data.
Implementation
void agreeToAnalytics({bool agree = true}) => agree ? PostHog().enable() : PostHog().disable();
Agrees to the collection of analytics data.
void agreeToAnalytics({bool agree = true}) => agree ? PostHog().enable() : PostHog().disable();