getCircleStrokeColor method

Future<int?> getCircleStrokeColor()

The stroke color of the circle. Default value: "#000000".

Implementation

Future<int?> getCircleStrokeColor() => messenger.getCircleStrokeColor(id);