clearRoute method

Future<bool?> clearRoute()

Clear the built route and resets the map

Implementation

Future<bool?> clearRoute() async {
  return _methodChannel.invokeMethod('clearRoute', null);
}