hubMethods property
List of Hub method names you want to subscribe. Every subsequent message from server gets called on hubCallback.
Implementation
final List<String>? hubMethods;
List of Hub method names you want to subscribe. Every subsequent message from server gets called on hubCallback.
final List<String>? hubMethods;