leaveGroup abstract method

Future<VKWebAppBoolResult> leaveGroup(
  1. int groupId
)

VKWebAppLeaveGroup allows the user to log out of the community.

Platforms: iOS, Android, Web, Mobile Web

groupId - group ID.

Implementation

Future<VKWebAppBoolResult> leaveGroup(int groupId);