File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/realtime_client/lib/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ class RealtimeChannel {
32
32
@internal
33
33
final RealtimeClient socket;
34
34
35
+ /// Defines if the channel is private or not and if RLS policies will be used to check data
35
36
late final bool _private;
36
37
37
38
RealtimeChannel (
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class RealtimeChannelConfig {
148
148
/// [key] option is used to track presence payload across clients
149
149
final String key;
150
150
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
152
152
final bool private;
153
153
154
154
const RealtimeChannelConfig ({
You can’t perform that action at this time.
0 commit comments