encryptAtTime method
See Fernet.encryptAtTime.
Implementation
Uint8List encryptAtTime(final Uint8List data, final int currentTime) =>
_fernets[0].encryptAtTime(data, currentTime);
See Fernet.encryptAtTime.
Uint8List encryptAtTime(final Uint8List data, final int currentTime) =>
_fernets[0].encryptAtTime(data, currentTime);