ImportPrefixGenerator typedef
- @Deprecated('This type is no longer used or necessary')
The optional generator for prefix that should be used for new imports.
Implementation
@Deprecated('This type is no longer used or necessary')
typedef ImportPrefixGenerator = String Function(Uri);