call abstract method

SecureKey call({
  1. required SecureKey n,
  2. required Uint8List p,
})

Implementation

SecureKey call({
  required SecureKey n,
  required Uint8List p,
});