AtOnboarding class
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  activateAccount({required BuildContext context, required AtOnboardingConfig config}) → Future< AtOnboardingResult> 
- 
  changePrimaryAtsign({required String atsign}) → Future< bool> 
- 
  onboard({required BuildContext context, required AtOnboardingConfig config, bool isSwitchingAtsign = false, String? atsign}) → Future< AtOnboardingResult> 
- Using this function to get onboard atsing.
- 
  reset({required BuildContext context, required AtOnboardingConfig config}) → Future< AtOnboardingResetResult>