cancelTarget abstract method

void cancelTarget()

Method is used for removing current target points to where the routes were built.

Example:

// Cancel current target
_routeManager!.cancelTarget();

Implementation

void cancelTarget();