getKfs static method

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

Implementation

static String getKfs({required String baseUrlType, required String userId}) =>
    "${Env.getBaseUrl()[baseUrlType]}/user/kfs?userId=$userId";