Future<void> setSubscriptions(List<String> uuids) async { await _changeChannelSubscriptions(method: 'PUT', uuids: uuids); }