setColorEffect method
Sets the current color effect setting.
See: getColorEffect.
Implementation
Future<void> setColorEffect(String effect) {
return _channel.$setColorEffect(this, effect);
}
Sets the current color effect setting.
See: getColorEffect.
Future<void> setColorEffect(String effect) {
return _channel.$setColorEffect(this, effect);
}