encryptAtTime method

Uint8List encryptAtTime(
  1. Uint8List data,
  2. int currentTime
)

Implementation

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