EmitterOpt typedef

EmitterOpt = dynamic Function(Object)

A function that represents an emitter option. Use the options exposed by the implementation of choice.

Implementation

typedef EmitterOpt = Function(Object);