getRepoImplPath method

String getRepoImplPath({
  1. required String featureName,
})

Implementation

String getRepoImplPath({
  required String featureName,
}) =>
    "$kLibFeatures$featureName$kDataRepository${featureName}_repo_impl$kDart";