call abstract method

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

Implementation

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