ImageFileContent.from constructor
ImageFileContent.from(
- TransportableData? data,
- String? filename,
- Uri? url,
- DecryptKey? password,
Implementation
ImageFileContent.from(TransportableData? data, String? filename,
Uri? url, DecryptKey? password)
: super.from(ContentType.IMAGE, data, filename, url, password);