postJoin method
Receives new comments on a post
Implementation
StreamController<WsEvent> postJoin({
required int postId,
}) =>
_persistantStream('PostJoin', <String, dynamic>{
'post_id': postId,
});
Receives new comments on a post
StreamController<WsEvent> postJoin({
required int postId,
}) =>
_persistantStream('PostJoin', <String, dynamic>{
'post_id': postId,
});