send property
Sends one already-encoded command and returns one response.
Implementation
final Future<Iso7816ResponseApdu> Function(Uint8List command) send;
Sends one already-encoded command and returns one response.
final Future<Iso7816ResponseApdu> Function(Uint8List command) send;