SchoolZoneWarningListener constructor
- void onSchoolZoneWarningUpdatedLambda(
- List<
SchoolZoneWarning>
- List<
This abstract class should be implemented in order to receive school zone warnings.
Implementation
factory SchoolZoneWarningListener(
void Function(List<SchoolZoneWarning>) onSchoolZoneWarningUpdatedLambda,
) => SchoolZoneWarningListener$Lambdas(
onSchoolZoneWarningUpdatedLambda,
);