createDataRepository method

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

Implementation

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