onWarning property

void Function(String message)? onWarning
final

Optional sink for a one-time warning when the script path is disabled.

Implementation

final void Function(String message)? onWarning;