CreateContactsControlller class

Constructors

CreateContactsControlller()

Methods

clearData() → void
createContact(BuildContext context) Future<void>
handleStepOne(ValueNotifier<bool> isFree) Future<void>
handleStepZero(ValueNotifier<bool> isFree) Future<void>
initializeData() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchContact() Future<void>
searchTypeOnChanged(DropDownModel? value) → void
selectContact(ContactResultModel contact) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

contactSearchTypes List<DropDownModel>
no setter