FileEncryptionPromise constructor
FileEncryptionPromise({
- required String inputFile,
- required Nonce nonce,
- required Uint32List password,
- required String outputFile,
Implementation
FileEncryptionPromise({
required this.inputFile,
required this.nonce,
required this.password,
required this.outputFile,
});