addDeliveryAddress method

void addDeliveryAddress(
  1. BuildContext context
)

Implementation

void addDeliveryAddress(BuildContext context,){
 Utils.navigationPush(context, AddDeliveryAddress());
  }