document abstract method

Future<T?> document(
  1. String id, {
  2. Source source = Source.serverAndCache,
})

Implementation

Future<T?> document(String id, {Source source = Source.serverAndCache});