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