uri property

Uri? uri
final

Share a URI.

On iOS, it will trigger the iOS system to fetch the html page (if available), and the website icon will be extracted and displayed on the iOS share sheet.

On other platforms it behaves like sharing text.

Cannot be used in combination with text.

  • Supported platforms: iOS, Android Falls back to sharing the URI as text on other platforms.

Implementation

final Uri? uri;