encrypt method
See Fernet.encrypt.
Implementation
Uint8List encrypt(final Uint8List data) =>
encryptAtTime(data, DateTime.now().millisecondsSinceEpoch ~/ 1000);
See Fernet.encrypt.
Uint8List encrypt(final Uint8List data) =>
encryptAtTime(data, DateTime.now().millisecondsSinceEpoch ~/ 1000);