selects abstract method
Returns a list of import URIs to include.
Each string in the list should represent a library path (e.g.,
'package:my_app/my_service.dart'
). Implementations may return
an empty list if no imports are needed.
Implementation
List<ImportClass> selects();