modJoin method
Receives community moderator updates like reports
Implementation
StreamController<WsEvent> modJoin({
required int communityId,
}) =>
_persistantStream('ModJoin', <String, dynamic>{
'community_id': communityId,
});
Receives community moderator updates like reports
StreamController<WsEvent> modJoin({
required int communityId,
}) =>
_persistantStream('ModJoin', <String, dynamic>{
'community_id': communityId,
});