SubscriptionCallback typedef

SubscriptionCallback = void Function(Object value)

Signature for the callback passed to DynamicContent.subscribe.

Do not modify the provided value (e.g. if it is a map or list). Doing so would leave the DynamicContent in an inconsistent state.

Implementation

typedef SubscriptionCallback = void Function(Object value);