setAppVersion method

void setAppVersion(
  1. String version
)

Sets the version of the application

version : The version of the application

Implementation

void setAppVersion(String version) {
  SendbirdChat.setAppVersion(version);
}