openApp abstract method

Future<VKWebAppBoolResult> openApp({
  1. required int appId,
  2. String location,
})

VKWebAppOpenApp allows you to open another app from the current VK Mini Apps.

Platforms: iOS, Android, Web, Mobile Web

appId - the identifier of the application to be opened. location - hash, the line after the # in a URL, like https://vk.com/app123456#.

Implementation

Future<VKWebAppBoolResult> openApp({
  required int appId,
  String location,
});