Set the colors of the polyline
Future<void> setPolyLineColors(String foreground, String background) => DirectionsRendererPlatform.instance .setPolyLineColors(foreground, background);