AssetDecoder<T> typedef

AssetDecoder<T> = FutureOr<T> Function(ByteData)

Given a ByteData return a type T

Implementation

typedef AssetDecoder<T> = FutureOr<T> Function(ByteData);