Alias for send.
void emit(String event, dynamic data, {String? namespace}) => send(event, data, namespace: namespace);