selectEMrtdApplication method
Selects eMRTD application (DF1) applet. Can throw ICCError if command is sent to invalid MRTD document. Can throw ComProviderError in case connection with MRTD is lost.
Implementation
Future<void> selectEMrtdApplication() async {
_log.debug("Selecting eMRTD application");
await icc.selectFileByDFName(dfName: DF1.AID, p2: _defaultSelectP2);
}