tagIsAvailable method
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;