getAllPackages abstract method

List<Package> getAllPackages()

Returns all packages available in the reflection context.

This includes all Dart packages that have been processed by the reflection system, including their libraries and dependencies.

Returns a list of Package objects containing metadata about each package.

Implementation

List<Package> getAllPackages();