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 trueon deletingatKeyfor current @sign.
- 
  deleteAtSign(String atsign) → Future< void> 
- 
  Deletes the atsignfrom device storage.
- 
  formatAtSign(String atsign) → String 
- 
  Returns null if atsignis null else the formattedatsign.atsignmust 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 trueifatsignis onboarded in the app.
- 
  makeAtSignPrimary(String atsign) → Future< bool> 
- 
  Makes atsignas primary in device storage and returnstruefor successful change.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  put(AtKey atKey, dynamic value) → Future< bool> 
- 
  Returns trueon updatingatKeywithvaluefor current @sign.
- 
  resetAtsigns(List< String> atsigns) → Future<void> 
- 
  Resets atsignslist from device storage.
- 
  sync() → void 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited