getUsedDependencies abstract method

Future<Set<String>> getUsedDependencies()

Retrieves the set of dependencies that are actually used in the project's .dart files.

This method scans the project's source code to determine which dependencies are actively referenced.

Returns a Set of package names that are in use.

Implementation

Future<Set<String>> getUsedDependencies();