getApiConstantPath method

String getApiConstantPath(
  1. {required String featureName}
)

Implementation

String getApiConstantPath({
  required String featureName,
}) =>
    "$kImportPackageWithName${kCore}const/api_constants$kDart';";