fetchBillV2 static method

String fetchBillV2({
  1. required String userId,
  2. required String baseUrlType,
})

Implementation

static String fetchBillV2({
  required String userId,
  required String baseUrlType,
}) =>
    "${Env.getBaseUrl()[baseUrlType]}/bbps/user/$userId/bill/fetch";