SDKService class

Constructors

SDKService()
factory

Properties

atClientServiceMap Map<String?, AtClientService>?
getter/setter pair
atSignsList List<String>?
getter/setter pair
currentAtsign String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastOnboardedAtsign String?
getter/setter pair
monitorConnectionMap Map<String?, bool>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(AtKey atKey) Future<bool>
Returns true on deleting atKey for current @sign.
deleteAtSign(String atsign) Future<void>
Deletes the atsign from device storage.
formatAtSign(String atsign) String
Returns null if atsign is null else the formatted atsign. atsign must be non-null.
getAtSign() Future<String?>
Fetches atsign from device keychain.
getAtsignList() Future<List<String>?>
Returns list of atsigns stored in device storage.
isOnboarded(String atsign) bool
Returns true if atsign is onboarded in the app.
makeAtSignPrimary(String atsign) Future<bool>
Makes atsign as primary in device storage and returns true for successful change.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(AtKey atKey, dynamic value) Future<bool>
Returns true on updating atKey with value for current @sign.
resetAtsigns(List<String> atsigns) Future<void>
Resets atsigns list from device storage.
sync() → void
toString() String
A string representation of this object.
inherited

Operators

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