resolveGitDir property

Future<String?> Function(String cwd)? resolveGitDir
getter/setter pair

Callback to resolve the git directory path.

Implementation

Future<String?> Function(String cwd)? resolveGitDir;