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