File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
templates/flutter/lib/src Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ import 'client.dart';
88abstract class Realtime extends Service {
99 factory Realtime(Client client) => createRealtime(client);
1010
11- /// Channels to subscribe - pass a list of channels to subscribe
11+ /// Subscribes to Appwrite events and returns a `RealtimeSubscription` object, which can be used
12+ /// to listen to events on the channels in realtime and to close the subscription to stop listening.
1213 ///
1314 /// Possible channels are:
1415 /// - account
@@ -26,9 +27,6 @@ abstract class Realtime extends Service {
2627 /// - teams.[ID]
2728 /// - memberships
2829 /// - memberships.[ID]
29- ///
30- /// Returns a `RealtimeSubscription` object, which can be used to listen to events on the channels
31- /// and to close the subscription to stop listening.
3230 ///
3331 /// The sample shows how you could use realtime to listen to changes in a collections.
3432 ///
You can’t perform that action at this time.
0 commit comments