PortableNetworkFile.createWithURL constructor

PortableNetworkFile.createWithURL(
  1. Uri url,
  2. DecryptKey? password
)

Implementation

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