init static method
create files from dart codes.
targetPath
is the absolute path
Implementation
static void init({String? targetPath}) async {
await CreateHooks.copyFile(targetPath: targetPath);
}
create files from dart codes.
targetPath
is the absolute path
static void init({String? targetPath}) async {
await CreateHooks.copyFile(targetPath: targetPath);
}