getAllDependencies abstract method
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();