resetAnalyticsData method

Future<void> resetAnalyticsData()

Clears all analytics data for this app from the device and resets the app instance id.

Implementation

Future<void> resetAnalyticsData() {
  throw UnimplementedError('resetAnalyticsData() is not implemented');
}