shareEntryAsText function
void
shareEntryAsText(
Shares entry directly as human-readable full text (no bottom sheet).
Implementation
void shareEntryAsText(HttpLogEntry entry) =>
_share(_toFullText(entry), '${entry.method} ${entry.path}');