LicenseEntryCollector typedef

LicenseEntryCollector = Stream<LicenseEntry> Function()

Signature for callbacks passed to LicenseRegistry.addLicense.

Implementation

typedef LicenseEntryCollector = Stream<LicenseEntry> Function();