webFallbackDialogMessage property

  1. @override
String get webFallbackDialogMessage
override

Message for the web fallback dialog

In en, this message translates to: 'Do you want to open this link in your web browser?'

Implementation

@override
String get webFallbackDialogMessage => 'Do you want to open this link in your web browser?';