Skip to content

Commit

Permalink
doc update ProviderChangeEvent.accuracyAuthorization is no longer iOS…
Browse files Browse the repository at this point in the history
…-only
  • Loading branch information
christocracy committed Feb 8, 2024
1 parent 17ca7f5 commit 830884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/provider_change_event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ProviderChangeEvent {
/// `true` if GPS location provider is enabled.
late bool gps;

/// __`[iOS 14+]`__ iOS 14 has introduced a new __`[Precise: On]`__ switch on the location authorization dialog allowing users to disable high-accuracy location.
/// __`[Precise: On]`__ switch on the location authorization dialog allowing users to disable high-accuracy location.
///
/// This attribute shows the state of that switch:
/// - Enabled: [ProviderChangeEvent.ACCURACY_AUTHORIZATION_FULL].
Expand Down

0 comments on commit 830884d

Please sign in to comment.