deleteWebKey_Pre method
Future<DeleteWebKeyResponse>
deleteWebKey_Pre(
- ServiceCall $call,
- Future<
DeleteWebKeyRequest> $request
Implementation
$async.Future<$0.DeleteWebKeyResponse> deleteWebKey_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.DeleteWebKeyRequest> $request) async {
return deleteWebKey($call, await $request);
}