one<T> abstract method

Future<bool> one<T>(
  1. dynamic object, {
  2. String? subcollection,
})

Checks if an object exists in the database.

Implementation

Future<bool> one<T>(dynamic object, { String? subcollection });