pgPay static method

String pgPay({
  1. required String baseUrlType,
})

Implementation

static String pgPay({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/account/pg/pay";