getBlocPath method

String getBlocPath(
  1. {required String featureName}
)

Implementation

String getBlocPath({
  required String featureName,
}) =>
    "$kLibFeatures$featureName$kPresentationBloc${featureName}_bloc$kDart";