CustomCodeActionHandler typedef

CustomCodeActionHandler = void Function(String customCode)

Handler for custom code actions from in-app message buttons

Implementation

typedef CustomCodeActionHandler = void Function(String customCode);