decodeImage abstract method
Decodes the specified image data.
Implementation
Future<LinearImage> decodeImage(Uint8List data,
{String name = "image", bool requireAlpha = false});
Decodes the specified image data.
Future<LinearImage> decodeImage(Uint8List data,
{String name = "image", bool requireAlpha = false});