resetAnalyticsData method
Clears all analytics data for this app from the device and resets the app instance id.
Implementation
Future<void> resetAnalyticsData() async {
await _delegate.resetAnalyticsData();
}
Clears all analytics data for this app from the device and resets the app instance id.
Future<void> resetAnalyticsData() async {
await _delegate.resetAnalyticsData();
}