LottieDecoder typedef

LottieDecoder = Future<LottieComposition?> Function(List<int> bytes)

A function that knows how to transform a list of bytes to a LottieComposition

Implementation

typedef LottieDecoder = Future<LottieComposition?> Function(List<int> bytes);