Function signature used by Flame Network Assets to decode assets from a raw format.
typedef DecodeAssetFunction<T> = Future<T> Function(Uint8List);