shareEntryAsCurl function

void shareEntryAsCurl(
  1. HttpLogEntry entry
)

Shares entry directly as a cURL command (no bottom sheet).

Implementation

void shareEntryAsCurl(HttpLogEntry entry) =>
    _share(_toCurl(entry), '${entry.method} ${entry.path}');