self constant

LinkTarget const self

On the web, this opens the link in the same tab where the flutter app is running.

On Android and iOS, this opens the link in a webview within the app.

Implementation

static const LinkTarget self = LinkTarget._(debugLabel: 'self');