SDKService class
Constructors
- SDKService()
-
factory
Properties
-
atClientServiceMap
↔ Map<
String?, AtAuthService> ? -
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 deletingatKey
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 formattedatsign
.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
ifatsign
is onboarded in the app. -
makeAtSignPrimary(
String atsign) → Future< bool> -
Makes
atsign
as primary in device storage and returnstrue
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 updatingatKey
withvalue
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