@override Future<CcidCard> connect(String reader) { return methodChannel .invokeMethod('connect', reader) .then((value) => CcidCard(reader)); }