DecodeImageFunction typedef

DecodeImageFunction = Future<Image> Function(Uint8List bytes)

Implementation

typedef DecodeImageFunction = Future<ui.Image> Function(Uint8List bytes);