PortableNetworkFile.createWithURL constructor
PortableNetworkFile.createWithURL(
- Uri url,
- DecryptKey? password
Implementation
factory PortableNetworkFile.createWithURL(Uri url, DecryptKey? password) =>
PortableNetworkFile.from(null, null, url, password);