removeVehicle function

void removeVehicle(
  1. Vehicle vehicle
)

Implementation

void removeVehicle(Vehicle vehicle) {
  platform.invokeMethod('removeVehicle', vehicle.toJson());
}