establishContext method
Implementation
@override
Future<Tuple2<SCardResult, SCardContext>> establishContext(int dwScope) {
return _send(EstablishContextCommand(dwScope));
}
@override
Future<Tuple2<SCardResult, SCardContext>> establishContext(int dwScope) {
return _send(EstablishContextCommand(dwScope));
}