getKnowledgeBase_Pre method

Future<KnowledgeBase> getKnowledgeBase_Pre(
  1. ServiceCall call,
  2. Future<GetKnowledgeBaseRequest> request
)

Implementation

$async.Future<$15.KnowledgeBase> getKnowledgeBase_Pre($grpc.ServiceCall call,
    $async.Future<$15.GetKnowledgeBaseRequest> request) async {
  return getKnowledgeBase(call, await request);
}