assetLottiePathFromNodeId static method

String? assetLottiePathFromNodeId(
  1. String nodeId
)

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

Implementation

static String? assetLottiePathFromNodeId(String nodeId) =>
    _assetLottie.extractKey(nodeId);