encrypt method

Uint8List encrypt(
  1. Uint8List data
)

Implementation

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