add abstract method

Future<DocumentReference<Object?>?> add(
  1. T item
)

Implementation

Future<DocumentReference?> add(T item);