Authenticates with the server
Future<void> authenticate(String token) async { _send({ 'type': 'auth', 'data': {'token': token}, }); }