sendUnsentReports method

Future<void> sendUnsentReports()

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

Implementation

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