clearRoute method
Clear the built route and resets the map
Implementation
Future<void> clearRoute() async {
return _methodChannel.invokeMethod(MethodChannelEvent.clearRoute, null);
}
Clear the built route and resets the map
Future<void> clearRoute() async {
return _methodChannel.invokeMethod(MethodChannelEvent.clearRoute, null);
}