getAppInfo static method
Returns current application information with AppInfo.
Implementation
static AppInfo? getAppInfo() {
  sbLog.i(StackTrace.current);
  return _instance._chat.getAppInfo();
}Returns current application information with AppInfo.
static AppInfo? getAppInfo() {
  sbLog.i(StackTrace.current);
  return _instance._chat.getAppInfo();
}