tagIsAvailable method

  1. @override
Future<bool> tagIsAvailable(
  1. String handle
)

NFCTag.isAvailable for the tag behind handle.

Asks whether this tag is still connected and reachable, not whether some tag is in the field. False for a handle the session has already let go of.

Implementation

@override
Future<bool> tagIsAvailable(String handle) async => true;