getAppInfo method Null safety

AppInfo? getAppInfo()

Returns current application information with AppInfo.

Implementation

AppInfo? getAppInfo() {
  return _int.state.appInfo;
}