transceive abstract method

Future<CtapResponse<List<int>>> transceive(
  1. List<int> command
)

Implementation

Future<CtapResponse<List<int>>> transceive(List<int> command);