clearRoute method

Future<void> clearRoute()

Clear the built route and resets the map

Implementation

Future<void> clearRoute() async {
  return _methodChannel.invokeMethod(MethodChannelEvent.clearRoute, null);
}