appendData abstract method

void appendData({
  1. required List<int> data,
})

添加数据

Implementation

void appendData({required List<int> data});