addAll method

Future<void> addAll(
  1. List<T> dataList
)

Implementation

Future<void> addAll(List<T> dataList) => box.putManyAsync(dataList);