Add abstract method

Future<void> Add(
  1. T item
)

Implementation

Future<void> Add(T item);