document method Null safety
- String id
Returns the Document
with the given id
, if it exists.
Implementation
FutureOr<Document?> document(String id);
Returns the Document
with the given id
, if it exists.
FutureOr<Document?> document(String id);