mapSink method

  1. @protected
EventSink mapSink(
  1. dynamic sink
)

Maps the provided sink using the event sink constructor.

Implementation

@protected
EventSink mapSink(sink) => eventSink(sink);