call abstract method

Uint8List call({
  1. required Uint8List message,
  2. required SecureKey secretKey,
})

Implementation

Uint8List call({
  required Uint8List message,
  required SecureKey secretKey,
});