sendUnsentReports method

Future<void> sendUnsentReports()

Send unsent reports

Implementation

Future<void> sendUnsentReports() async {
  await _crashlytics.sendUnsentReports();
  log('🔥 Crashlytics: Sent unsent reports');
}