add abstract method

void add(
  1. List<int> data
)

Implementation

void add(List<int> data);