actionHandlers property

DigiaActionHandlers actionHandlers
final

Optional typed handlers for app-owned actions.

Registered handlers own their action. Without a link handler, Digia uses Flutter's URL launcher; without a Custom KV handler, the action is a no-op.

Implementation

final DigiaActionHandlers actionHandlers;