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