deleteUnsentReports method

Future<void> deleteUnsentReports()

If automatic data collection is disabled, this method queues up all the reports on a device for deletion. Otherwise, this method is a no-op.

Implementation

Future<void> deleteUnsentReports() {
  return _delegate.deleteUnsentReports();
}