agreeToAnalytics method

void agreeToAnalytics({
  1. bool agree = true,
})

Agrees to the collection of analytics data.

Implementation

void agreeToAnalytics({bool agree = true}) => agree ? PostHog().enable() : PostHog().disable();