Skip to content

Commit

Permalink
Update sub cat
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Aug 1, 2023
1 parent 8367d37 commit 5bd8df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/model/pushes_stream.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import 'package:centrifuge_dart/src/model/publication.dart';

/// Stream of received pushes from Centrifugo server for a channel.
/// {@category Entity}
/// {@subCategory Event}
/// {@subCategory Pushes}
/// {@subCategory Events}
/// {@subCategory Channel}
final class CentrifugePushesStream extends StreamView<CentrifugeChannelPush> {
/// Stream of received events.
Expand Down

0 comments on commit 5bd8df2

Please sign in to comment.