assetImagePathFromNodeId static method

String? assetImagePathFromNodeId(
  1. String nodeId
)

Extract the path from an asset image node ID. Returns null if the node ID is not an asset image node.

Implementation

static String? assetImagePathFromNodeId(String nodeId) =>
    _assetImage.extractKey(nodeId);