getMockRepoImplPath method

String getMockRepoImplPath(
  1. {required String featureName}
)

Implementation

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