userDevice static method

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

Implementation

static String userDevice({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/user/device";