rm old print
This commit is contained in:
parent
f15283cb7f
commit
40ee00c36b
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import "package:riverpod/riverpod.dart";
|
|||
class RecordController extends Notifier<String> {
|
||||
@override
|
||||
String build() {
|
||||
print("aa");
|
||||
WebSocket.connect("wss://irc-ws.chat.twitch.tv:443").then((ws) {
|
||||
void send(String data) => ws.add("$data\n\r");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue