AnyPort typedef

AnyPort = Port<dynamic, Object?, Function>

Type alias for a Port with type params erased.

Implementation

typedef AnyPort = Port<dynamic, Object?, Function>;