getColorEffect method

Future<String> getColorEffect()

Implementation

Future<String> getColorEffect() async {
  return await _channel.$getColorEffect(this) as String;
}