onWarning property

void Function(String warning)? onWarning
getter/setter pair

Developer warnings (duplicate id etc.); in debug builds the controller wires up printing.

Implementation

void Function(String warning)? onWarning;