addData method

void addData(
  1. String data
)

Implementation

void addData(String data) => _addToList(QrByte(data));