createFromURL static method
Create from remote URL
Implementation
static TransportableFile createFromURL(Uri url, DecryptKey? password) {
return create(null, null, url, password);
}
Create from remote URL
static TransportableFile createFromURL(Uri url, DecryptKey? password) {
return create(null, null, url, password);
}