removeKey constant
Spec<RemoveKeyRequest, RemoveKeyResponse>
const removeKey
RemoveKey removes one or more keys or tokens from local storage. This does not handle deregistration from third-party services. For that, use DeRegisterKey.
Implementation
static const removeKey = connect.Spec(
'/$name/RemoveKey',
connect.StreamType.unary,
devicev1device.RemoveKeyRequest.new,
devicev1device.RemoveKeyResponse.new,
);