Future<void> setConfig(FTCEffectConfig config) async { await _effectViewApi.setConfig(config.toMsg()); }