getIconColorSaturation method

Future<double?> getIconColorSaturation()

Controls saturation level of the symbol icon. With the default value of 1 the icon color is preserved while with a value of 0 it is fully desaturated and looks black and white.

Implementation

Future<double?> getIconColorSaturation() =>
    messenger.getIconColorSaturation(id);