VehicleProviderFactory

Factory to create a VehicleProvider.

Functions

Link copied to clipboard
fun create(vehicle: Vehicle = Vehicle.Car(combustionEngine = CombustionEngine())): VehicleProvider

Creates VehicleProvider with default configuration.