PauloniaDocumentService class

Constructors

PauloniaDocumentService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAll(CollectionReference<Object?> collRef, bool cache, {bool forceServer = false}) Future<QuerySnapshot<Object?>?>
Get all documents of a collection reference
getDoc(DocumentReference<Object?> docRef, bool cache, {bool forceServer = false}) Future<DocumentSnapshot<Object?>?>
Get a document snapshot from a document reference
getStreamByQuery(Query<Object?> query) Stream<QuerySnapshot<Object?>>
Get a query snapshot stream from a query
runQuery(Query<Object?> query, bool cache, {bool forceServer = false}) Future<QuerySnapshot<Object?>?>
Get a query snapshot from a query