public boolean isLiked(Node node) determines if the current
user has liked this node.
Parameters
- Node node
- The node to return status for.
Returns
Returns a boolean representing whether the node has been liked or not. True if the node has been liked, false otherwise.
Exception
Throws an SkyVaultServiceException if the operation cannot be carried out.