SubscriptionOpt typedef

SubscriptionOpt = dynamic Function(Object)

A function that represents a subscription option. Use the options exposed by the implementation of choice.

Implementation

typedef SubscriptionOpt = Function(Object);