@param id
Future<chopper.Response<bool>> customerIdDelete({required String? id}) { return _customerIdDelete(id: id); }