add_contact library
Classes
- AddContactBehaviorSubject
- AddContactInfo
- adds a contact to an account optionally sends an otp first if primary flag is set to true in the case of a primary email
- AddContactWrapper
Functions
-
addContactInfoBottomSheet(
{required BuildContext context, required ContactInfoType type, required Function onSave, bool primary = false}) → Future - shows a bottom sheet that renders AddContactInfo takes contact type and a save function
-
getLoader(
{required bool show}) → Widget