CoreUtils class

Constructors

CoreUtils()

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

createPlainUrl(String url) String
createSafeUrl(String url) String
formatChainBalance(double? chainBalance, {int precision = 3}) String
formatCustomSchemeUri(String? appUrl, String? wcUri) Uri?
formatWebUrl(String? appUrl, String? wcUri) Uri?
getAPIHeaders(String projectId, [String? referer, String? origin]) Map<String, String>
getUserAgent() String
isHttpUrl(String url) bool
isValidEmail(String email) bool
isValidProjectID(String projectId) bool