image static method

ImageContent image({
  1. TransportableData? data,
  2. String? filename,
  3. Uri? url,
  4. DecryptKey? password,
})

Implementation

static ImageContent image({
  TransportableData? data, String? filename,
  Uri? url, DecryptKey? password,
}) => ImageFileContent.from(data, filename, url, password);