Commit 74fb7b72 by Sebastian Roth Committed by GitHub

.phone is a permission with a service

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