transceive method

Future<String?> transceive(
  1. String reader,
  2. String capdu
)

Implementation

Future<String?> transceive(String reader, String capdu) {
  throw UnimplementedError('transceive() has not been implemented.');
}