DevToolsShareUtils class

Utility class for copying and sharing log data

Constructors

DevToolsShareUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

copyToClipboard(BuildContext context, String text, {String? successMessage}) Future<void>
Copy text to clipboard with feedback
formatAllNetworkLogs(List logs) String
Format all network logs for export
formatNetworkLog(Map<String, dynamic> log) String
Format network log for sharing
shareText(String text, {String? subject}) Future<void>
Share text via system share sheet