ndefQueryStatus method
The live status, as opposed to the copy captured at discovery.
Implementation
@override
Future<QueryNdefStatusResponsePigeon> ndefQueryStatus(String handle) async =>
QueryNdefStatusResponsePigeon(status: NdefStatusPigeon.readWrite, capacity: 492);