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