hceSetObserveModeEnabled method

  1. @override
Future<bool> hceSetObserveModeEnabled(
  1. bool enabled
)

Stops the device answering readers and starts delivering their polling frames instead. Only the preferred service may change this, so pair it with hceSetPreferredService.

Implementation

@override
Future<bool> hceSetObserveModeEnabled(bool enabled) async => false;