watchRecordByDocumentPath abstract method
Returns a Stream of map of documents.
path
is the full path of the record. e.g - "restaurants/{restaurantId}" - "restaurants/{restaurantId}/menuItems/{menuId}" - etc...
Implementation
Stream<Map<dynamic, dynamic>?> watchRecordByDocumentPath(String path);