VideoFileContent.from constructor

VideoFileContent.from(
  1. TransportableData? data,
  2. String? filename,
  3. Uri? url,
  4. DecryptKey? password,
)

Implementation

VideoFileContent.from(TransportableData? data, String? filename,
    Uri? url, DecryptKey? password)
    : super.from(ContentType.VIDEO, data, filename, url, password);