menu
crisp_sdk package
documentation
crisp_view.dart
CrispView
onLinkPressed property
onLinkPressed property
dark_mode
light_mode
onLinkPressed
property
void Function
(
String
url
)
?
onLinkPressed
final
A callback that is invoked when a link is pressed.
Implementation
final void Function(String url)? onLinkPressed;
crisp_sdk package
documentation
crisp_view
CrispView
onLinkPressed property
CrispView class