EcomPayments constructor

EcomPayments({
  1. Key? key,
  2. required String merchantID,
})

Implementation

EcomPayments({Key? key, required this.merchantID})
    : super(key: key);