isDefaultServiceForCategory method
Whether this app's emulation service is the user's default for category.
Implementation
Future<bool> isDefaultServiceForCategory(CardEmulationCategory category) =>
androidApi.hceIsDefaultServiceForCategory(_categoryToWire(category));