one<T> abstract method

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

Updates a single object in the database.

Implementation

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