DangerZoneWarningListener constructor
- @Deprecated("Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
- void onDangerZoneWarningsUpdatedLambda()
This abstract class should be implemented in order to receive notifications about the Danger zones.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
factory DangerZoneWarningListener(
void Function(DangerZoneWarning) onDangerZoneWarningsUpdatedLambda,
) => DangerZoneWarningListener$Lambdas(
onDangerZoneWarningsUpdatedLambda,
);