Skip to content

Commit e02e2e2

Browse files
committed
Run dart format
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent 1c4aeb4 commit e02e2e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/flutter_nfc_kit.dart

+4-4
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class FlutterNfcKit {
281281
EventChannel('flutter_nfc_kit/event');
282282

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

355355
/// 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.
359359
/// This will allow to reconnect to tag without closing system popup.
360360
static Future<void> iosRestartPolling() async =>
361361
await _channel.invokeMethod("restartPolling");

0 commit comments

Comments
 (0)