getAllDependencies abstract method

Future<Set<String>> getAllDependencies()

Retrieves all dependencies listed in pubspec.yaml, including dependencies and dev_dependencies.

Returns a Set containing the names of all dependencies.

Implementation

Future<Set<String>> getAllDependencies();