FormatDetector typedef

FormatDetector = ImageFormat Function(Uint8List data)

Interface for detecting image format from given data.

Implementation

typedef FormatDetector = ImageFormat Function(Uint8List data);