fix(initialize_data): unresolved doc reference

This commit is contained in:
ksenia312
2025-05-13 17:10:42 +02:00
parent abe519dae7
commit 5bc73f2803
+1 -1
View File
@@ -5,7 +5,7 @@ class NearbyInitializeData {
/// ///
/// By default, it does not require any data. /// 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. /// For Android platform changing device name in P2P network is not supported.
/// ///
const NearbyInitializeData({this.darwinDeviceName}); const NearbyInitializeData({this.darwinDeviceName});