ProducerClosedType typedef
Type definition for the producerClosed function.
Represents a function that takes in ProducerClosedOptions and returns Future<void>.
Implementation
typedef ProducerClosedType = Future<void> Function(
ProducerClosedOptions options);