video static method
Implementation
static VideoContent video({
TransportableData? data, String? filename,
Uri? url, DecryptKey? password,
}) => VideoFileContent.from(data, filename, url, password);
static VideoContent video({
TransportableData? data, String? filename,
Uri? url, DecryptKey? password,
}) => VideoFileContent.from(data, filename, url, password);