analytics
analytics copied to clipboard
docs: add `reset` method of `AnalyticsPlugin`
Calling analytics.reset() triggers the reset function in plugins, if provided.
- Added the missing
resetproperty in theAnalyticsPluginJSDoc typedef for proper type definition - Mentioned
reset()in Writing plugins page of the docs website