Skip to content

Commit

Permalink
Run dart format
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 21, 2024
1 parent 1c4aeb4 commit e02e2e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/flutter_nfc_kit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class FlutterNfcKit {
EventChannel('flutter_nfc_kit/event');

/// Stream of NFC tag events. Each event is a [NFCTag] object.
///
///
/// This is only supported on Android.
/// On other platforms, this stream will always be empty.
static Stream<NFCTag> get tagStream {
Expand Down Expand Up @@ -353,9 +353,9 @@ class FlutterNfcKit {
}

/// Works only on iOS.
///
/// Calls `NFCTagReaderSession.restartPolling()`.
/// Call this if you have received "Tag connection lost" exception.
///
/// Calls `NFCTagReaderSession.restartPolling()`.
/// Call this if you have received "Tag connection lost" exception.
/// This will allow to reconnect to tag without closing system popup.
static Future<void> iosRestartPolling() async =>
await _channel.invokeMethod("restartPolling");
Expand Down

0 comments on commit e02e2e2

Please sign in to comment.