getAppInfo method

AppInfo? getAppInfo()

Retrieves the information about the Sendbird application.

Returns the application information.

Implementation

AppInfo? getAppInfo() {
  return SendbirdChat.getAppInfo();
}