FileReference.fromRemoteFile constructor

FileReference.fromRemoteFile(
  1. String remoteFilePath, [
  2. String? password
])

Implementation

FileReference.fromRemoteFile(String remoteFilePath, [String? password])
    : _source = 'Storage',
      _content = null,
      _reference = remoteFilePath,
      _password = password,
      _encryptedPassword = null;