shareEntryAsCurl function
void
shareEntryAsCurl(
Shares entry directly as a cURL command (no bottom sheet).
Implementation
void shareEntryAsCurl(HttpLogEntry entry) =>
_share(_toCurl(entry), '${entry.method} ${entry.path}');