setRemoteFileName method
- String fileName
Updates the remote file name.
Implementation
void setRemoteFileName(String fileName) {
state = state.copyWith(
remoteFileName: fileName,
cleanFileName: fileName.replaceAll('.enc.ttl', ''),
);
}
Updates the remote file name.
void setRemoteFileName(String fileName) {
state = state.copyWith(
remoteFileName: fileName,
cleanFileName: fileName.replaceAll('.enc.ttl', ''),
);
}