removePublicKey_Pre method

Future<RemovePublicKeyResponse> removePublicKey_Pre(
  1. ServiceCall $call,
  2. Future<RemovePublicKeyRequest> $request
)

Implementation

$async.Future<$0.RemovePublicKeyResponse> removePublicKey_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemovePublicKeyRequest> $request) async {
  return removePublicKey($call, await $request);
}