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 ← AtAuthService
-
Sets the
rootdomain
no getter
Methods
-
checkAtSignStatus(
String atsign) → Future< AtSignStatus?> -
Returns
AtSignStatus
foratsign
. -
delete(
AtKey atKey) → Future< bool> -
Returns
true
on deletingatKey
. -
get(
AtKey atkey) → Future< AtFollowsValue> -
Returns
AtFollowsValue
foratKey
. -
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 notifyingkey
withvalue
,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/updatingatKey
. -
scanAndGet(
String regex) → Future< AtFollowsValue> -
Returns
AtFollowsValue
after scan withregex
, fetching data for that key. -
sync(
) → dynamic - Performs sync for current @sign
-
toAtNotification(
String response) → AtNotification -
Converts
String
response
intoAtNotification
type. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited