createEdge_Pre method
- ServiceCall $call,
- Future<
CreateEdgeRequest> $request
Implementation
$async.Future<$0.StatusResponse> createEdge_Pre($grpc.ServiceCall $call,
$async.Future<$0.CreateEdgeRequest> $request) async {
return createEdge($call, await $request);
}