We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec2b84 commit 8d39337Copy full SHA for 8d39337
1 file changed
packages/connectivity_plus/connectivity_plus_platform_interface/lib/src/enums.dart
@@ -24,12 +24,11 @@ enum ConnectivityResult {
24
25
/// Satellite: Device is connected via a highly constrained satellite link.
26
///
27
- /// On iOS and macOS, reported when [NWPath.isUltraConstrained] is true. This
28
- /// covers both satellite connections and Low Data Mode enabled by the user.
+ /// On iOS and macOS, reported when [NWPath.isUltraConstrained] is true.
29
/// Appears alongside [mobile] (e.g. `[mobile, satellite]`).
30
31
/// On Android 15 (API 35) and newer, reported when [TRANSPORT_SATELLITE] capability
32
- /// is present. Appears as a standalone result.
+ /// is present.
33
34
/// Not reported on other platforms.
35
satellite,
0 commit comments