hubCallback property

void Function(String, String)? hubCallback
final

This callback gets called whenever SignalR server sends some message to client.

Implementation

final void Function(String, String)? hubCallback;