authGetx function

void authGetx(
  1. String project,
  2. String dir
)

generate template for module auth

Implementation

void authGetx(String project, String dir) {
  _auth(project, dir);
  _bindings(project, dir);
  _controller(project, dir);
}