isReaderOptionEnabled method

  1. @override
Future<bool> isReaderOptionEnabled()

Whether tag reading is switched on, which is separate from the adapter being on.

With the adapter on and this off, a session starts and no tag is ever discovered -- the same shape of silent dead end that checkTagIntentSetup answers on the intent side. True below API 35, where the switch does not exist.

Implementation

@override
Future<bool> isReaderOptionEnabled() async => true;