showWallPostBox abstract method

Future<VKWebAppShowWallPostBoxResult> showWallPostBox(
  1. String message
)

VKWebAppShowWallPostBox allows the user to post to the wall.

Platforms: iOS, Android, Web, Mobile Web

message - message which will be posted

Implementation

Future<VKWebAppShowWallPostBoxResult> showWallPostBox(String message);