setActionButton method
Set a custom action button.
NOTE: Not available in a Trusted Web Activity.
Officially Supported Platforms/Implementations:
Implementation
@override
void setActionButton(ChromeSafariBrowserActionButton actionButton) {
this._actionButton = actionButton;
}