getLineColor method
The color with which the line will be drawn. Default value: "#000000".
Implementation
Future<int?> getLineColor() => messenger.getLineColor(id);
The color with which the line will be drawn. Default value: "#000000".
Future<int?> getLineColor() => messenger.getLineColor(id);