ImageFileContent constructor

ImageFileContent(
  1. String filePath
)

Creates an ImageFileContent with the specified file path.

Parameters:

  • filePath: Absolute path to the image file on the device

Implementation

ImageFileContent(this.filePath);