TextClickEvent.open_url constructor
TextClickEvent.open_url(
- String url
Opens the specified web url
Implementation
TextClickEvent.open_url(String url)
: action = 'open_url',
value = url;
Opens the specified web url
TextClickEvent.open_url(String url)
: action = 'open_url',
value = url;