UrlBuilder class

Internal helper class to construct valid URIs for different launch categories.

This class encapsulates the logic for creating complex URL schemes like mailto, sms, and wa.me with proper encoding and parameter handling.

Constructors

UrlBuilder()

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

buildUri({required LaunchType type, String? value, String? emailSubject, String? emailBody, String? smsBody}) Uri
Builds a Uri based on the specified type and input parameters.