From 5bc73f2803822ae7f9a74ea906b6cdba92e520c5 Mon Sep 17 00:00:00 2001 From: ksenia312 Date: Tue, 13 May 2025 17:10:42 +0200 Subject: [PATCH] fix(initialize_data): unresolved doc reference --- lib/src/types/initialize_data.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/types/initialize_data.dart b/lib/src/types/initialize_data.dart index 95bf889..9516fe2 100644 --- a/lib/src/types/initialize_data.dart +++ b/lib/src/types/initialize_data.dart @@ -5,7 +5,7 @@ class NearbyInitializeData { /// /// By default, it does not require any data. /// - /// There is an option to pass the device name to IOS [iosDeviceName]. + /// There is an option to pass the device name to IOS [darwinDeviceName]. /// For Android platform changing device name in P2P network is not supported. /// const NearbyInitializeData({this.darwinDeviceName});