createDomainRepository method

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

Implementation

void createDomainRepository(
  String pathPage,
  String pageName,
  String className,
  String methodName,
) {
  final path = join(pathPage, 'domain', 'repositories');
  generateGitKeep(path);
}