getRemoteUrlForDir property

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

Callback to get the remote URL for a directory.

Implementation

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