add abstract method

Future<void> add(
  1. T data
)

Implementation

Future<void> add(T data);