showImages abstract method

Future<VKWebAppBoolResult> showImages(
  1. List<String> images, {
  2. int? startIndex,
})

VKWebAppShowImages opens the native screen for viewing images.

Platforms: iOS, Android, Mobile Web

images - array of strings containing image URLs. startIndex - index of the image from which to start displaying, starting from 0.

Implementation

Future<VKWebAppBoolResult> showImages(
  List<String> images, {
  int? startIndex,
});