getColorEffect method
Gets the current color effect setting.
See: effectNone effectMono effectNegative effectSolarize effectSepia effectPosterize effectWhiteboard effectBlackboard effectAqua
Implementation
Future<String> getColorEffect() async {
return await _channel.$getColorEffect(this) as String;
}