layoutPage static method

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

Implementation

static String layoutPage({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/layout/page";