void ack({required String id, Map<String, String>? headers}) { _transmit(command: 'ACK', headers: {...?headers, 'id': id}); }