We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784b4d commit 9de26b3Copy full SHA for 9de26b3
tests/languages/flutter/tests.dart
@@ -15,7 +15,7 @@ void main() async {
15
"wss://demo.appwrite.io/v1"); // change this later to appwrite.io
16
17
Realtime realtime = Realtime(client);
18
- final rtsub = realtime.subscribe(["tests"]);
+ // final rtsub = realtime.subscribe(["tests"]);
19
20
await Future.delayed(Duration(seconds: 5));
21
client.addHeader('Origin', 'http://localhost');
0 commit comments