clear method

Future<void> clear()

Clears the route from the map

Implementation

Future<void> clear() => DirectionsRendererPlatform.instance.clear();