DictionaryEntryStreamThrower typedef
DictionaryEntryStreamThrower =
void Function(Object error, [StackTrace? stackTrace])
Report error to VendorDictionaryEntriesStream when an error caught.
Implementation
typedef DictionaryEntryStreamThrower = void Function(Object error,
[StackTrace? stackTrace]);