checkUnsentReports method

Future<bool> checkUnsentReports()

Check for unsent reports

Implementation

Future<bool> checkUnsentReports() async {
  return await _crashlytics.checkForUnsentReports();
}