LoadImageFromMemory abstract method

ImageStructType LoadImageFromMemory(
  1. String fileType,
  2. Uint8List fileData
)

Implementation

ImageStructType LoadImageFromMemory(
  String fileType,
  Uint8List fileData,
);