SDKService class

Constructors

SDKService()
factory

Properties

atsign → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setClientService ← AtClientService
no getter

Methods

checkAtSignStatus(String atsign) Future<AtSignStatus?>
Returns AtSignStatus for atsign.
delete(AtKey atKey) Future<bool>
Returns true on deleting atKey.
get(AtKey atkey) Future<AtFollowsValue>
Returns AtFollowsValue for atKey.
getPrivateKey(String atsign) Future<String?>
Fetches privatekey for atsign from device keychain.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(AtKey key, String value, OperationEnum operation, Function onDone, Function onError) Future<bool>
Returns true on notifying key with value, operation.
notifyList({String? fromDate}) Future<List<AtNotification>>
Returns list of latest notifications of followers with update operation. Returns null if such notifications are not present.
put(AtKey atKey, String? value) Future<bool>
Returns true on storing/updating atKey.
scanAndGet(String regex) Future<AtFollowsValue>
Returns AtFollowsValue after scan with regex, fetching data for that key.
sync() → dynamic
Performs sync for current @sign
toAtNotification(String response) → AtNotification
Converts String response into AtNotification type.
toString() String
A string representation of this object.
inherited

Operators

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