add abstract method

Future<void> add(
  1. T value
)

Implementation

Future<void> add(T value);