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