Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
bulkInsertDocuments(ServiceCall call, BulkInsertDocumentsRequest request)
→ Future<Value>
-
-
bulkInsertDocuments_Pre(ServiceCall call, Future<BulkInsertDocumentsRequest> request)
→ Future<Value>
-
-
deleteDocument(ServiceCall call, DeleteDocumentRequest request)
→ Future<Value>
-
-
deleteDocument_Pre(ServiceCall call, Future<DeleteDocumentRequest> request)
→ Future<Value>
-
-
getDocument(ServiceCall call, GetDocumentRequest request)
→ Future<Value>
-
-
getDocument_Pre(ServiceCall call, Future<GetDocumentRequest> request)
→ Future<Value>
-
-
insertDocument(ServiceCall call, InsertDocumentRequest request)
→ Future<ObjectId>
-
-
insertDocument_Pre(ServiceCall call, Future<InsertDocumentRequest> request)
→ Future<ObjectId>
-
-
listen(ServiceCall call, ListenRequest request)
→ Stream<ListenResponse>
-
-
listen_Pre(ServiceCall call, Future<ListenRequest> request)
→ Stream<ListenResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
queryDocuments(ServiceCall call, QueryDocumentsRequest request)
→ Future<Value>
-
-
queryDocuments_Pre(ServiceCall call, Future<QueryDocumentsRequest> request)
→ Future<Value>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateDocument(ServiceCall call, UpdateDocumentRequest request)
→ Future<Value>
-
-
updateDocument_Pre(ServiceCall call, Future<UpdateDocumentRequest> request)
→ Future<Value>
-