onUnhandled property

Future<void> Function(BaseNarrativeModel sentence)? onUnhandled
final

Called when the sentence instruction does not match any known type.

Implementation

final Future<void> Function(BaseNarrativeModel sentence)? onUnhandled;