hceSetPreferredService method
Makes this app the preferred handler while it is in the foreground, so a tap reaches it rather than the user's default wallet.
Implementation
@override
Future<void> hceSetPreferredService(bool preferred) async {}
Makes this app the preferred handler while it is in the foreground, so a tap reaches it rather than the user's default wallet.
@override
Future<void> hceSetPreferredService(bool preferred) async {}