flush method

  1. @override
Future<void> flush()
override

Flushes any pending crash reports to the backend.

Implementation

@override
Future<void> flush() async {
  // Crashlytics flushes automatically; nothing to do here.
}