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