connect method

Future<CcidCard> connect(
  1. String reader
)

Implementation

Future<CcidCard> connect(String reader) {
  throw UnimplementedError('connect() has not been implemented.');
}