InitResponse typedef

InitResponse = ({Uint8List encPubKey, Uint8List seed, SendPort sendPort, Uint8List signPubKey})

Implementation

typedef InitResponse = ({
  SendPort sendPort,
  Uint8List seed,
  Uint8List encPubKey,
  Uint8List signPubKey,
});