hceRegisterAids method

  1. @override
Future<bool> hceRegisterAids(
  1. List<String> aids
)

Registers AIDs against the plugin's HostApduService at run time, so an app does not have to ship a static AID list in its manifest.

Implementation

@override
Future<bool> hceRegisterAids(List<String> aids) async => true;