getAppInfo method
Retrieves the information about the Sendbird application.
Returns the application information.
Implementation
AppInfo? getAppInfo() {
return SendbirdChat.getAppInfo();
}
Retrieves the information about the Sendbird application.
Returns the application information.
AppInfo? getAppInfo() {
return SendbirdChat.getAppInfo();
}