setLocation abstract method

Future<VKWebAppBoolResult> setLocation(
  1. String location
)

VKWebAppSetLocation allows you to set a new hash value (hash string after https://vk.com/app23456#, used for navigation within the application).

Platforms: iOS, Android, Web, Mobile Web

location - the new hash value.

Implementation

Future<VKWebAppBoolResult> setLocation(String location);