one abstract method

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

Creates a new object in the database.

Implementation

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