OnBoardingService class abstract

Constructors

OnBoardingService.new()

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

createAdditionalProfile() Future<void>
finishAccount() → void
handleImage() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDateOfBirth(DateTime? pickedDate) → void
setFacilityType(FacilityType facilityTpe) → void
setPlaceType(PlaceType placeType) → void
setProfileType(ProfileType profileType) → void
setReason(UsageReason reason) → void
setTermsAgreement(bool agree) → void
toString() String
A string representation of this object.
inherited
verifyPhone() Future<void>
verifySmsCode() Future<void>

Operators

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