AtClientUtil class

Constructors

AtClientUtil()

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

findSecondary(String toAtSign, String rootDomain, int rootPort) Future<String>
fixAtSign(String? atSign) String?
getKeyWithNameSpace(AtKey atKey, AtClientPreference atClientPreference) String
Accepts AtKey and returns AtKey.key with namespace appended Appends namespace if atKey.metadata.namespaceAware is set to true, else namespace is not appended
getSecondaryInfo(String? url) List<String>
isAnyNotNull({dynamic a1, dynamic a2, dynamic a3, dynamic a4, dynamic a5, dynamic a6}) bool
prepareMetadata(Map<String, dynamic>? metadataMap, bool isPublic, {bool isCached = false}) Metadata?
signChallenge(String challenge, String privateKey) String