serialize abstract method

String serialize(
  1. int type,
  2. Uint8List sealed,
  3. Uint8List iv, {
  4. Uint8List? senderPublicKey,
})

Implementation

String serialize(
  int type,
  Uint8List sealed,
  Uint8List iv, {
  Uint8List? senderPublicKey,
});