removeItinerary method
remove the current itinerary
Implementation
Future<void> removeItinerary() async {
  await _channel.invokeMethod('removeItinerary');
}
remove the current itinerary
Future<void> removeItinerary() async {
  await _channel.invokeMethod('removeItinerary');
}