Future<void> setNsfw(bool nsfw, String? reason) async { await dataStoreChannel.updateChannel( id: id, reason: reason, payload: {'nsfw': nsfw}, ); }