document abstract method

  1. @override
Document? document(
  1. String id
)
override

Returns the Document with the given id, if it exists.

Implementation

@override
Document? document(String id);