Future<PermissionStatus> requestAll(List<Map> permissions) => promiseToFuture<PermissionStatus>( JS("", "#.requestAll(#)", this, permissions));