deleteWebKey_Pre method

Future<DeleteWebKeyResponse> deleteWebKey_Pre(
  1. ServiceCall $call,
  2. Future<DeleteWebKeyRequest> $request
)

Implementation

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