TruckRestrictionsWarningListener constructor
- @Deprecated("Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
- void onTruckRestrictionsWarningUpdatedLambda(
- List<
TruckRestrictionWarning>
- List<
This abstract class should be implemented in order to receive truck restriction warnings.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
factory TruckRestrictionsWarningListener(
void Function(List<TruckRestrictionWarning>) onTruckRestrictionsWarningUpdatedLambda,
) => TruckRestrictionsWarningListener$Lambdas(
onTruckRestrictionsWarningUpdatedLambda,
);