unfollowUser method

void unfollowUser()

Stops following the user (see followUser).

Implementation

void unfollowUser() async {
  _sendMessage(WV_MESSAGE_CAMERA_FOLLOW_USER, {"value": false});
}