updateKey_Pre method

Future<Operation> updateKey_Pre(
  1. ServiceCall $call,
  2. Future<UpdateKeyRequest> $request
)

Implementation

$async.Future<$1.Operation> updateKey_Pre($grpc.ServiceCall $call,
    $async.Future<$0.UpdateKeyRequest> $request) async {
  return updateKey($call, await $request);
}