share abstract method

Future<VKWebAppShareResult> share([
  1. String? link
])

VKWebAppShare allows you to share a link.

Platforms: iOS, Android, Web, Mobile Web

link - the link to share (by default - the current link in the form of https://vk.com/app123#hash)

Implementation

Future<VKWebAppShareResult> share([String? link]);