-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
I want to try this but in dart
(Javascript)
async onUsernameSelection(id) {
this.usernameAlreadySelected = true;
let url = "http://localhost:1337/users/" + id
var response = await fetch(url)
response = await response.json()
console.log(response)
console.log(socket.auth)
socket.auth = {
user: response
};
socket.connect();
},
Metadata
Metadata
Assignees
Labels
No labels