getTargetFilePath static method

Future<String?> getTargetFilePath({
  1. String? path,
})

get target file path. returns the path that the git hooks points to.

Implementation

static Future<String?> getTargetFilePath({String? path}) async {
  return CreateHooks.getTargetFilePath();
}