onCreateCustomer property
This function show you the Customer Data if it's a new Customer
Implementation
final void Function(CreateCustomerModel data)? onCreateCustomer;
This function show you the Customer Data if it's a new Customer
final void Function(CreateCustomerModel data)? onCreateCustomer;