ImportPrefixGenerator typedef

  1. @Deprecated('This type is no longer used or necessary')
ImportPrefixGenerator = String Function(Uri)

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);