assetLottie static method

String assetLottie(
  1. String path
)

Generate a node ID for a Lottie animation asset.

Implementation

static String assetLottie(String path) => _assetLottie.create(path);