Commit 74fb7b72 by Sebastian Roth Committed by GitHub

.phone is a permission with a service

parent 3602c892
...@@ -51,7 +51,7 @@ class Permission { ...@@ -51,7 +51,7 @@ class Permission {
/// Android: Phone /// Android: Phone
/// iOS: Nothing /// iOS: Nothing
static const phone = Permission._(8); static const phone = PermissionWithService._(8);
/// Android: Nothing /// Android: Nothing
/// iOS: Photos /// iOS: Photos
......
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