paymentMethod static method

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

Implementation

static String paymentMethod({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/order/config";