getAntennaInfo method
Where the antennas are, so an app can say where to hold the tag. API 34 and above; null below, and on a device that publishes no geometry.
Implementation
@override
Future<NfcAntennaInfoPigeon?> getAntennaInfo() async => null;
Where the antennas are, so an app can say where to hold the tag. API 34 and above; null below, and on a device that publishes no geometry.
@override
Future<NfcAntennaInfoPigeon?> getAntennaInfo() async => null;