hceSetPreferredService method

  1. @override
Future<void> hceSetPreferredService(
  1. bool preferred
)

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 {}