iosRestartPolling static method

Future<void> iosRestartPolling()

Works only on iOS Calls NFCTagReaderSession.restartPolling() Call this if you have received "Tag connection lost" exception This will allow to reconnect to tag without closing system popup

Implementation

static Future<void> iosRestartPolling() async =>
    await _channel.invokeMethod("restartPolling");