storageGet abstract method

Future<VKWebAppStorageGetResult> storageGet(
  1. List<String> keys
)

VKWebAppStorageGet returns the values of the variables, the names of which were passed in the keys parameter.

Platforms: iOS, Android, Web, Mobile Web

keys - the names of the keys, a-zA-Z _ \ - 0-9, passed in an array of strings.

Implementation

Future<VKWebAppStorageGetResult> storageGet(List<String> keys);