Skip to content

Commit e6526e0

Browse files
committed
chore: add comment to _private in realtime_channel
1 parent 89fd9ef commit e6526e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/realtime_client/lib/src/realtime_channel.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class RealtimeChannel {
3232
@internal
3333
final RealtimeClient socket;
3434

35+
/// Defines if the channel is private or not and if RLS policies will be used to check data
3536
late final bool _private;
3637

3738
RealtimeChannel(

packages/realtime_client/lib/src/types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class RealtimeChannelConfig {
148148
/// [key] option is used to track presence payload across clients
149149
final String key;
150150

151-
/// defines if the channel is private or not and if RLS policies will be used to check data
151+
/// Defines if the channel is private or not and if RLS policies will be used to check data
152152
final bool private;
153153

154154
const RealtimeChannelConfig({

0 commit comments

Comments
 (0)