ImageFileContent constructor
ImageFileContent(
- 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);