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