Gets the package root path.
Returns the resolved package root directory path, or null if it cannot be determined.
Future<String?> getPackageRoot() async { return await _findPackageRoot(); }