website property

  1. @override
Uri get website
override

The web URL for the application.

This is typically used as a fallback when the native app cannot be launched.

Implementation

@override
Uri get website => Uri.parse('https://slack.com');