void send(int type, Uint8List? pld, {int? id}) { // Like query, but with no listener query(type, null, pld: pld, id: id); }