hceIsDefaultServiceForAid method

  1. @override
Future<bool> hceIsDefaultServiceForAid(
  1. String aid
)

Whether this app's service is the one a reader selecting aid would reach.

Implementation

@override
Future<bool> hceIsDefaultServiceForAid(String aid) async => false;