findOdbcPackageRoot function
Walks upward from Directory.current until pubspec.yaml is found.
Implementation
@visibleForTesting
String? findOdbcPackageRoot() => _findPackageRoot();
Walks upward from Directory.current until pubspec.yaml is found.
@visibleForTesting
String? findOdbcPackageRoot() => _findPackageRoot();