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