ClientListeningToRoute constructor
ClientListeningToRoute({
- required String route,
- required dynamic params,
- required StreamController<
NewDataForListener> streamBroadcastController, - required String hash,
- required String listenId,
- String? clientRequestId,
Implementation
ClientListeningToRoute(
{required this.route,
required this.params,
required this.streamBroadcastController,
required this.hash,
required this.listenId,
this.clientRequestId,
}
);