stream property

Stream<NfcApduCommand> get stream

The stream that will notify about the received APDU commands. Listen to it and do some action.

Implementation

static Stream<NfcApduCommand> get stream => _apduController.stream;