removeKey method
Implementation
$async.Future<RemoveKeyResponse> removeKey($pb.ClientContext? ctx, RemoveKeyRequest request) =>
_client.invoke<RemoveKeyResponse>(ctx, 'DeviceService', 'RemoveKey', request, RemoveKeyResponse())
;
$async.Future<RemoveKeyResponse> removeKey($pb.ClientContext? ctx, RemoveKeyRequest request) =>
_client.invoke<RemoveKeyResponse>(ctx, 'DeviceService', 'RemoveKey', request, RemoveKeyResponse())
;