hceRegisterAids method
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;
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.
@override
Future<bool> hceRegisterAids(List<String> aids) async => true;