Crypto constructor

Crypto()

Implementation

Crypto() {
  _recievePort.listen(
    _onData,
    cancelOnError: false,
  );
}