getGeneratedFiles abstract method

Map<String, String> getGeneratedFiles()

Returns the list of dart files generated during the scan.

These files are to be added to the user's code or consumed by the scanner to make sure that these files are alive in the ReflectionContext

Implementation

Map<String, String> getGeneratedFiles();