authMobx function

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

generate template for module auth

Implementation

void authMobx(String project, String dir) {
  _auth(project, dir);
  _store(project, dir);
}