Commit 84f5c823 by Maurits van Beusekom Committed by GitHub

Merge pull request #320 from ened/patch-1

.phone is a permission with a service
parents e75f3f2e 74fb7b72
...@@ -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