hceAidsForService method

  1. @override
Future<List<String>> hceAidsForService(
  1. CardEmulationCategoryPigeon category
)

The AIDs currently registered against this app's service, static and dynamic together -- the readback for hceRegisterAids.

Implementation

@override
Future<List<String>> hceAidsForService(CardEmulationCategoryPigeon category) async => const [];