loadImage method

FileImage? loadImage()

加载图像

返回 FileImage 对象

Implementation

FileImage? loadImage() {
  return imageFromId(storageId);
}