File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/supabase_flutter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ myChannel.on(
207
207
208
208
#### [ Broadcast] ( https://supabase.com/docs/guides/realtime#broadcast )
209
209
210
- Broadcast lets you send and receive low latency messages between connected clients without bypassing the database.
210
+ Broadcast lets you send and receive low latency messages between connected clients by bypassing the database.
211
211
212
212
``` dart
213
213
final myChannel = supabase.channel('my_channel');
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ myChannel.on(
274
274
275
275
#### [ Broadcast] ( https://supabase.com/docs/guides/realtime#broadcast )
276
276
277
- Broadcast lets you send and receive low latency messages between connected clients without bypassing the database.
277
+ Broadcast lets you send and receive low latency messages between connected clients by bypassing the database.
278
278
279
279
``` dart
280
280
final myChannel = supabase.channel('my_channel');
You can’t perform that action at this time.
0 commit comments