piccCommand method

Future<String?> piccCommand(
  1. List<int> apduSend
)

Implementation

Future<String?> piccCommand(List<int> apduSend) {
  throw UnimplementedError('piccCommand() has not been implemented.');
}