createPresentationBloc method

void createPresentationBloc(
  1. String pathPage,
  2. String pageName,
  3. String className,
  4. String methodName,
)

Implementation

void createPresentationBloc(
  String pathPage,
  String pageName,
  String className,
  String methodName,
) {
  final path = join(pathPage, 'presentation', 'bloc');
  generateGitKeep(path);
}