createWebKey_Pre method
Future<CreateWebKeyResponse>
createWebKey_Pre(
- ServiceCall $call,
- Future<
CreateWebKeyRequest> $request
Implementation
$async.Future<$0.CreateWebKeyResponse> createWebKey_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.CreateWebKeyRequest> $request) async {
return createWebKey($call, await $request);
}