isDefaultServiceForCategory method

Future<bool> isDefaultServiceForCategory(
  1. CardEmulationCategory category
)

Whether this app's emulation service is the user's default for category.

Implementation

Future<bool> isDefaultServiceForCategory(CardEmulationCategory category) =>
    androidApi.hceIsDefaultServiceForCategory(_categoryToWire(category));