add method

Future<void> add(
  1. T data
)

Implementation

Future<void> add(T data) => box.putAsync(data);