toString method
override
The detailed string representation of this exception for debugging.
Includes action, uri, message, reason, and originalError. The stack trace is omitted to keep output concise.
Implementation
@override
String toString() {
return 'ExternalLaunchException(action: $action, uri: $uri, message: $message, reason: $reason, originalError: $originalError)';
}