transmit method

Future<Uint8List> transmit(
  1. Uint8List apdu
)

Implementation

Future<Uint8List> transmit(Uint8List apdu) {
  throw UnimplementedError('transmit() has not been implemented.');
}