getAppInfo method Null safety
Returns current application information with AppInfo.
Implementation
AppInfo? getAppInfo() {
  return _int.state.appInfo;
}Returns current application information with AppInfo.
AppInfo? getAppInfo() {
  return _int.state.appInfo;
}