flush method

void flush()

Implementation

void flush() {
  unawaited(flushAsync().catchError((Object error, StackTrace stackTrace) {
    _reportLogBackendFailure(error, stackTrace);
  }));
}