sendDataCollection method

void sendDataCollection(
  1. List<String>? rxCodes,
  2. List<String>? dxCodes,
  3. List<String>? editorialTags,
  4. Map<String, String>? event,
)

Implementation

void sendDataCollection(List<String>? rxCodes, List<String>? dxCodes,
    List<String>? editorialTags, Map<String, String>? event){
    DataColletion().sendData(rxCodes, dxCodes, editorialTags, event);
}