awaitOrNull

suspend fun LottieCompositionResult.awaitOrNull(): LottieComposition?

Like LottieCompositionResult.await but returns null instead of throwing an exception if the animation fails to load.