callback property
The callback to be executed when a new state is notified by the subject.
Implementation
@override
final SubscriberCallback<Message>? callback;
The callback to be executed when a new state is notified by the subject.
@override
final SubscriberCallback<Message>? callback;