assetImage static method

String assetImage(
  1. String path
)

Generate a node ID for an image asset.

Implementation

static String assetImage(String path) => _assetImage.create(path);