QuickActionHandler typedef

QuickActionHandler = void Function(String type)

Handler for a quick action launch event.

The argument type corresponds to the ShortcutItem's field.

Implementation

typedef QuickActionHandler = void Function(String type);