CustomerCenterManagementOptionSelected typedef
Called when a management option is selected.
optionIdentifier The identifier of the selected management option.
url Optional URL associated with the management option.
Implementation
typedef CustomerCenterManagementOptionSelected = void Function(
String optionIdentifier,
String? url,
);