getSmartCards method

Future<List<ScardInfo>> getSmartCards()

Implementation

Future<List<ScardInfo>> getSmartCards() async {
  throw UnimplementedError('getSmartCards() has not been implemented.');
}