resetAnalyticsData method

  1. @override
Future<void> resetAnalyticsData()

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

Implementation

@override
Future<void> resetAnalyticsData() async {
  throw UnimplementedError('resetAnalyticsData() is not supported on Web.');
}