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