Commit e02e2e2 1 parent 1c4aeb4 commit e02e2e2 Copy full SHA for e02e2e2
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ class FlutterNfcKit {
281
281
EventChannel ('flutter_nfc_kit/event' );
282
282
283
283
/// Stream of NFC tag events. Each event is a [NFCTag] object.
284
- ///
284
+ ///
285
285
/// This is only supported on Android.
286
286
/// On other platforms, this stream will always be empty.
287
287
static Stream <NFCTag > get tagStream {
@@ -353,9 +353,9 @@ class FlutterNfcKit {
353
353
}
354
354
355
355
/// Works only on iOS.
356
- ///
357
- /// Calls `NFCTagReaderSession.restartPolling()` .
358
- /// Call this if you have received "Tag connection lost" exception.
356
+ ///
357
+ /// Calls `NFCTagReaderSession.restartPolling()` .
358
+ /// Call this if you have received "Tag connection lost" exception.
359
359
/// This will allow to reconnect to tag without closing system popup.
360
360
static Future <void > iosRestartPolling () async =>
361
361
await _channel.invokeMethod ("restartPolling" );
You can’t perform that action at this time.
0 commit comments