oneWithID<T> abstract method

Future<bool> oneWithID<T>(
  1. Type type,
  2. String documentID, {
  3. String? subcollection,
})

Checks if a document exists in the database using its type and ID.

Implementation

Future<bool> oneWithID<T>(Type type, String documentID, { String? subcollection });