shareEntryAsText function

void shareEntryAsText(
  1. HttpLogEntry entry
)

Shares entry directly as human-readable full text (no bottom sheet).

Implementation

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