encrypt abstract method

Uint8List encrypt({
  1. required IpAddress input,
  2. required SecureKey key,
})

Implementation

Uint8List encrypt({required IpAddress input, required SecureKey key});