Commit 523ef41c by md-touhid Committed by GitHub

fix typo in documentation (#1117)

parent dfed5d21
...@@ -137,7 +137,7 @@ class Permission { ...@@ -137,7 +137,7 @@ class Permission {
/// different: /// different:
/// ///
/// **Android:** /// **Android:**
/// - On Android TIRAMISU and higher this permission is deprecrated and always /// - On Android TIRAMISU and higher this permission is deprecated and always
/// returns `PermissionStatus.denied`, instead use `Permission.photos`, /// returns `PermissionStatus.denied`, instead use `Permission.photos`,
/// `Permission.video`, `Permission.audio` or /// `Permission.video`, `Permission.audio` or
/// `Permission.manageExternalStorage`. For more information see our /// `Permission.manageExternalStorage`. For more information see our
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment