selectVehicleForInquiry method
No description provided for @selectVehicleForInquiry.
In en, this message translates to: 'Select the vehicle for {inquiry}'
Implementation
@override
String selectVehicleForInquiry(Object inquiry) {
return 'Select the vehicle for $inquiry';
}