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
-
completeConversation(ServiceCall call, CompleteConversationRequest request)
→ Future<Conversation>
-
-
completeConversation_Pre(ServiceCall call, Future<CompleteConversationRequest> request)
→ Future<Conversation>
-
-
createCallMatcher(ServiceCall call, CreateCallMatcherRequest request)
→ Future<CallMatcher>
-
-
createCallMatcher_Pre(ServiceCall call, Future<CreateCallMatcherRequest> request)
→ Future<CallMatcher>
-
-
createConversation(ServiceCall call, CreateConversationRequest request)
→ Future<Conversation>
-
-
createConversation_Pre(ServiceCall call, Future<CreateConversationRequest> request)
→ Future<Conversation>
-
-
deleteCallMatcher(ServiceCall call, DeleteCallMatcherRequest request)
→ Future<Empty>
-
-
deleteCallMatcher_Pre(ServiceCall call, Future<DeleteCallMatcherRequest> request)
→ Future<Empty>
-
-
getConversation(ServiceCall call, GetConversationRequest request)
→ Future<Conversation>
-
-
getConversation_Pre(ServiceCall call, Future<GetConversationRequest> request)
→ Future<Conversation>
-
-
listCallMatchers(ServiceCall call, ListCallMatchersRequest request)
→ Future<ListCallMatchersResponse>
-
-
listCallMatchers_Pre(ServiceCall call, Future<ListCallMatchersRequest> request)
→ Future<ListCallMatchersResponse>
-
-
listConversations(ServiceCall call, ListConversationsRequest request)
→ Future<ListConversationsResponse>
-
-
listConversations_Pre(ServiceCall call, Future<ListConversationsRequest> request)
→ Future<ListConversationsResponse>
-
-
listMessages(ServiceCall call, ListMessagesRequest request)
→ Future<ListMessagesResponse>
-
-
listMessages_Pre(ServiceCall call, Future<ListMessagesRequest> request)
→ Future<ListMessagesResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited